LGTM with comment
https://codereview.chromium.org/195163002/diff/1/src/objects.cc
File src/objects.cc (right):
https://codereview.chromium.org/195163002/diff/1/src/objects.cc#newcode5917
src/objects.cc:5917: if (curr->IsJSGlobalProxy() &&
curr->IsAccessCheckNeeded()) return false;
We'll need to remove the ASSERT below and just do
if (curr->IsAccessCheckNeeded()) return false;
https://codereview.chromium.org/195163002/
--
--
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.