http://codereview.chromium.org/6515005/diff/1/src/arm/codegen-arm.cc
File src/arm/codegen-arm.cc (right):

http://codereview.chromium.org/6515005/diff/1/src/arm/codegen-arm.cc#newcode5852
src/arm/codegen-arm.cc:5852: ASSERT(strict_mode_flag() ==
kNonStrictMode);
On 2011/02/14 10:27:24, Mads Ager wrote:
On 2011/02/14 05:15:22, Martin Maly wrote:
> "delete foo" is disallowed in strict mode so we can only reach this
code in
> non-strict mode.

And 'this' rewrites to a slot, right?

Also, could you put in your review comment here as a code comment to
make it
clearer when reading this code later?

It just doesn't rewrite to a property reference (global variables don't
have a rewrite).

http://codereview.chromium.org/6515005/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to