|
Separate JSON parsing from the JavaScript parser.
Switch JSON parsing to creating the value directly instead of createing
code to create the value.
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+209 lines, -250 lines) |
Patch |
|
M |
src/compiler.h
|
View
|
|
5 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
|
4 chunks |
+6 lines, -21 lines |
0 comments
|
Download
|
|
M |
src/debug-debugger.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/json.js
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
src/parser.h
|
View
|
1
|
3 chunks |
+43 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/parser.cc
|
View
|
1
|
3 chunks |
+120 lines, -154 lines |
0 comments
|
Download
|
|
M |
src/runtime.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/runtime.cc
|
View
|
|
4 chunks |
+20 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/scanner.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/v8natives.js
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/debug-compile-event.js
|
View
|
|
5 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/mirror-script.js
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|