Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Issue 6349020: Make arguments read only in strict mode. (Closed)

Created:
9 years, 10 months ago by Martin Maly
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make arguments variable read only in strict mode. Propagate strict mode flag through the lazy compilation. BUG= TEST=test/mjsunit/strict-mode-arguments.js

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -1 line) Patch
M src/compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/parser.cc View 3 chunks +8 lines, -1 line 0 comments Download
M src/scopes.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/scopes.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/variables.h View 1 chunk +2 lines, -0 lines 0 comments Download
A test/mjsunit/strict-mode-arguments.js View 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Martin Maly
9 years, 10 months ago (2011-02-01 17:08:34 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698