http://codereview.chromium.org/10515008/diff/4001/src/ia32/stub-cache-ia32.cc File src/ia32/stub-cache-ia32.cc (right):
http://codereview.chromium.org/10515008/diff/4001/src/ia32/stub-cache-ia32.cc#newcode2888 src/ia32/stub-cache-ia32.cc:2888: NullCallWrapper(), CALL_AS_FUNCTION); I think it should be CALL_AS_METHOD because it's this.get() if this is global object you don't want strict getter to that it's own receiver because it would think that it was invoked without this. http://codereview.chromium.org/10515008/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
