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); 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. http://codereview.chromium.org/1960001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
