On 2014/04/14 08:39:35, ulan wrote:
Are the changes below intended?
https://codereview.chromium.org/235083004/diff/1/src/runtime.cc
File src/runtime.cc (left):
https://codereview.chromium.org/235083004/diff/1/src/runtime.cc#oldcode10750
src/runtime.cc:10750: if (structure->IsForeign() ||
structure->IsAccessorInfo())
{
After this change, we no longer check for: structure->IsForeign() ||
structure->IsAccessorInfo()
https://codereview.chromium.org/235083004/diff/1/src/runtime.cc#oldcode10769
src/runtime.cc:10769: return heap->undefined_value();
After this change, this can return other values.
You are right. I rewrote the entire thing and uploaded it as a separate CL.
https://codereview.chromium.org/235083004/
--
--
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.