|
Strict mode delete.
(includes delete of unqualified identifier)
Pass strict mode flag to Runtime_DeleteProperty and then
via STRICT_DELETION to JSObject::Delete(Property/Element).
Throw TypeError when deleting non configurable property/element.
Adding mozilla test to .gitignore.
BUG=
TEST=test/mjsunit/strict-mode.js
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+131 lines, -30 lines) |
Patch |
|
M |
.gitignore
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/arm/codegen-arm.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
4 comments
|
Download
|
|
M |
src/arm/full-codegen-arm.cc
|
View
|
|
1 chunk |
+7 lines, -3 lines |
4 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/arm/lithium-codegen-arm.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
2 comments
|
Download
|
|
M |
src/builtins.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/ia32/codegen-ia32.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/full-codegen-ia32.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/messages.js
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
1 comment
|
Download
|
|
M |
src/objects.cc
|
View
|
|
4 chunks |
+16 lines, -3 lines |
3 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
|
1 chunk |
+10 lines, -0 lines |
1 comment
|
Download
|
|
M |
src/runtime.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/runtime.js
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/codegen-x64.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/x64/full-codegen-x64.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/es5conform/es5conform.status
|
View
|
|
1 chunk |
+9 lines, -10 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/strict-mode.js
|
View
|
|
2 chunks |
+38 lines, -0 lines |
4 comments
|
Download
|
Total messages: 4 (0 generated)
|