Reviewers: Mads Ager, Description: Update the result size for ResolvePossiblyDirectEval from 1 to 2 following the change submitted in r3533.
Please review this at http://codereview.chromium.org/525063 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/runtime.h Index: src/runtime.h =================================================================== --- src/runtime.h (revision 3533) +++ src/runtime.h (working copy) @@ -202,7 +202,7 @@ \ /* Eval */ \ F(GlobalReceiver, 1, 1) \ - F(ResolvePossiblyDirectEval, 3, 1) \ + F(ResolvePossiblyDirectEval, 3, 2) \ \ F(SetProperty, -1 /* 3 or 4 */, 1) \ F(IgnoreAttributesAndSetProperty, -1 /* 3 or 4 */, 1) \
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
