https://codereview.chromium.org/481043002/diff/1/src/api.cc
File src/api.cc (right):
https://codereview.chromium.org/481043002/diff/1/src/api.cc#newcode4058
src/api.cc:4058: i::LookupIterator it(func, property_name,
this var is not used, or does it behave like a scope? (then
LookupIteratorScope would be a better name)
https://codereview.chromium.org/481043002/diff/1/src/api.cc#newcode4062
src/api.cc:4062: i::JSObject::GetDataProperty(func, property_name);
this should not result in any side effects, like calling getter
functions (that's why GetLazyValue was used). is it still the case?
https://codereview.chromium.org/481043002/
--
--
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.