https://codereview.chromium.org/1230793002/diff/60001/test/cctest/test-api.cc
File test/cctest/test-api.cc (right):

https://codereview.chromium.org/1230793002/diff/60001/test/cctest/test-api.cc#newcode21889
test/cctest/test-api.cc:21889: Local<Object> global_object =
proxy_object->GetPrototype()->ToObject(isolate);
I don't think you need this stuff any more.

https://codereview.chromium.org/1230793002/diff/60001/test/cctest/test-api.cc#newcode21908
test/cctest/test-api.cc:21908:
CHECK(result1.As<Object>()->Get(0)->Equals(protected_object));
I think you also want a test for an access checked object where the
access check succeeds and it's concat-spreadable.

https://codereview.chromium.org/1230793002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to