Revision: 3541
Author: [email protected]
Date: Wed Jan  6 01:22:36 2010
Log: Update the result size for ResolvePossiblyDirectEval from 1 to 2
following the change submitted in r3533.
Review URL: http://codereview.chromium.org/525063
http://code.google.com/p/v8/source/detail?r=3541

Modified:
 /branches/bleeding_edge/src/runtime.h

=======================================
--- /branches/bleeding_edge/src/runtime.h       Tue Jan  5 01:38:02 2010
+++ /branches/bleeding_edge/src/runtime.h       Wed Jan  6 01:22:36 2010
@@ -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

Reply via email to