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); Whoops, my bad. Didn't read your rhs' properly (too used to seeing args[1]). You could still use the macro, but only for consistency. http://codereview.chromium.org/1960001/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
