|
Reapply 7763, including arm and x64 variants.
The only difference to revision 7763 is the implementation in the
builtins file for arm and x64, plus a move of Array.prototype.toString
and Array.prototype.toLocaleString from should throw on null or
undefined to the non generic test cases in the function-call test (due
to us not currently supporting generic cases with these to functions)
Committed: http://code.google.com/p/v8/source/detail?r=7786
Total comments: 15
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+606 lines, -57 lines) |
Patch |
|
M |
src/arm/builtins-arm.cc
|
View
|
1
|
3 chunks |
+28 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/array.js
|
View
|
|
19 chunks |
+95 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/date.js
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/ia32/builtins-ia32.cc
|
View
|
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
|
M |
src/messages.js
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/string.js
|
View
|
|
14 chunks |
+79 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/v8natives.js
|
View
|
1
|
7 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/x64/builtins-x64.cc
|
View
|
1
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/es5conform/es5conform.status
|
View
|
|
2 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/function-call.js
|
View
|
1
|
1 chunk |
+326 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/regress/regress-485.js
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/mozilla/mozilla.status
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/sputnik/sputnik.status
|
View
|
|
3 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|