LGTM.
http://codereview.chromium.org/7623011/diff/12001/src/execution.cc File src/execution.cc (right): http://codereview.chromium.org/7623011/diff/12001/src/execution.cc#newcode165 src/execution.cc:165: // Is there a way to get the proper global object if func is a builtin? I guess I'm not sure what is proper. isolate()->global_context()->builtins() is the builtins object, isolate()->global_object()->global_receiver() is the global receiver of the current context. http://codereview.chromium.org/7623011/diff/12001/src/execution.h File src/execution.h (right): http://codereview.chromium.org/7623011/diff/12001/src/execution.h#newcode58 src/execution.h:58: // and object. "and object" ==> "an object" http://codereview.chromium.org/7623011/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
