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));
On 2009/05/12 05:31:39, Kasper Lund wrote:
> 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.

Done.

http://codereview.chromium.org/113222

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to