LGTM. Nice test case.
http://codereview.chromium.org/113222/diff/1/3 File src/handles.cc (right): http://codereview.chromium.org/113222/diff/1/3#newcode304 Line 304: return Handle<Object>(obj->GetProperty(*key)); I guess GetProperty(*key) never returns a failure, so never need to retry. I guess you could use GetProperty(obj, key) instead to avoid forcing me to think about it. http://codereview.chromium.org/113222 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
