LGTM with a nit.

https://codereview.chromium.org/24201002/diff/1/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/24201002/diff/1/src/objects.cc#newcode5626
src/objects.cc:5626: HandleScope handle_scope(isolate);
nit: You could move the handle scope down to right before "copy" is
allocated in line 5637. Also s/handle_scope/scope/ would be more
consistent with the rest of the codebase.

https://codereview.chromium.org/24201002/

--
--
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.

Reply via email to