|
Lock the prototype of internal classes.
Prototypes and their properties and methods are locked down to prevent fiddling with their operation, even if the build-in object leaks.
Made some built-in functions only work during bootstrapping.
Committed: http://code.google.com/p/v8/source/detail?r=9122
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+381 lines, -231 lines) |
Patch |
|
M |
src/array.js
|
View
|
1
2
3
4
|
3 chunks |
+13 lines, -18 lines |
0 comments
|
Download
|
|
M |
src/date.js
|
View
|
1
2
3
4
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/json.js
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/math.js
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/messages.js
|
View
|
1
2
3
4
|
24 chunks |
+88 lines, -39 lines |
0 comments
|
Download
|
|
M |
src/regexp.js
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/runtime.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
1
2
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/string.js
|
View
|
1
2
3
4
|
2 chunks |
+28 lines, -32 lines |
0 comments
|
Download
|
|
M |
src/uri.js
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/v8natives.js
|
View
|
1
2
3
4
|
12 chunks |
+135 lines, -118 lines |
0 comments
|
Download
|
|
M |
src/weakmap.js
|
View
|
1
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
A |
test/mjsunit/builtins.js
|
View
|
1
2
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|