LGTM with a comment.

https://codereview.chromium.org/1099453007/diff/1/src/isolate.cc
File src/isolate.cc (right):

https://codereview.chromium.org/1099453007/diff/1/src/isolate.cc#newcode2431
src/isolate.cc:2431: Handle<PropertyCell> array_protector =
factory()->array_protector();
While you're here, you could avoid a handle creation by inlining this
(it only has a single call site, and we'll break out of the loop right
after).

https://codereview.chromium.org/1099453007/

--
--
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/d/optout.

Reply via email to