|
Fix bugs 992, 1083 and 1092
My previous patch added an assert which uncovered 1092 in the sputnik tests.
This patch adds the fix for 1092, which is to ensure that NormalizeProperties
does not get called for a JSGlobalProxy along all code paths.
Add sputnik tests to .gitignore.
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=6627
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+335 lines, -38 lines) |
Patch |
|
M |
.gitignore
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/handles.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
|
5 chunks |
+19 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/v8natives.js
|
View
|
|
4 chunks |
+58 lines, -31 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/object-define-property.js
|
View
|
|
3 chunks |
+135 lines, -2 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/regress/regress-1083.js
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/regress/regress-1092.js
|
View
|
1
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/regress/regress-992.js
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|