http://codereview.chromium.org/434035/diff/1002/3001 File src/runtime.cc (left):
http://codereview.chromium.org/434035/diff/1002/3001#oldcode793 src/runtime.cc:793: if (!lookup.IsProperty()) { In the new code you are checking IsValid() instead of IsProperty(). Is that safe? http://codereview.chromium.org/434035 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
