Hi Andreas,
As requested, I'm uploading this patch now that I've implemented the
GetBindingValue part.
Does this look like a good approach?
I think it is doable to refactor the code to share the prototype walking
between
the two functions.
UnscopableLookupHelper res(isolate, name, object);
if (res.HasException()) { ... }
else if (res.FoundProperty()) { ... }
else { ... }
https://codereview.chromium.org/384963002/
--
--
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.