Addressed comments. Landing.
https://codereview.chromium.org/19594002/diff/1/src/accessors.cc
File src/accessors.cc (right):
https://codereview.chromium.org/19594002/diff/1/src/accessors.cc#newcode451
src/accessors.cc:451: MaybeObject*
Accessors::FunctionGetPrototype(Object* object, void*) {
On 2013/07/17 16:25:20, Toon Verwaest wrote:
This function doesn't return failure anymore, so change the
return-type to
Object*.
As discussed offline: We cannot change the return value as a function
point to this function is used. But I made the declaration private to
make sure it isn't called from anywhere.
https://codereview.chromium.org/19594002/diff/1/src/objects.cc
File src/objects.cc (right):
https://codereview.chromium.org/19594002/diff/1/src/objects.cc#newcode9555
src/objects.cc:9555: Handle<Map> new_map =
Map::Copy(Handle<Map>(function->initial_map()));
On 2013/07/17 16:25:20, Toon Verwaest wrote:
Lets use handle(function->initial_map) since it's shorter. Also below
for
Handle<Context>.
Done.
https://codereview.chromium.org/19594002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.