http://codereview.chromium.org/1960001/diff/1/2 File src/runtime.cc (right):
http://codereview.chromium.org/1960001/diff/1/2#newcode7781 src/runtime.cc:7781: Handle<Object> key1 = args.at<Object>(1); On 2010/05/07 07:02:03, Lasse Reichstein wrote:
No, that's the one. See the definition of Arguments::at in
arguments.h. It
returns a Handle with a location_ that points directly to the argument
on the
stack, instead of allocating a new handle location from the
HandleScope. Sorry, I use Handle<Object> key1 = arg.at<Object>(1) which looks exactly like the thing the macro would do, so I cannot spot the difference. http://codereview.chromium.org/1960001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
