|
Move part of scanner.* into scanner-base.* for reuse in preparser scanner.
Make checks.h not depend on flags.h or global.h (or anything else except
include/v8stdint.h). Only checks.cc has the dependencies (so another
implementation of checks.cc can be provided by the preparser).
Now files depending on checks.h (using ASSERT macros) can include it
directly without depending on all of v8.
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+603 lines, -484 lines) |
Patch |
|
M |
src/SConscript
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/checks.h
|
View
|
|
4 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/checks.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/preparser.h
|
View
|
|
52 chunks |
+224 lines, -223 lines |
0 comments
|
Download
|
|
M |
src/scanner.h
|
View
|
|
2 chunks |
+1 line, -120 lines |
0 comments
|
Download
|
|
M |
src/scanner.cc
|
View
|
|
1 chunk |
+0 lines, -136 lines |
0 comments
|
Download
|
|
A |
src/scanner-base.h
|
View
|
|
1 chunk |
+165 lines, -0 lines |
1 comment
|
Download
|
|
A |
src/scanner-base.cc
|
View
|
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/token.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/test-parsing.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/v8.xcodeproj/project.pbxproj
|
View
|
|
6 chunks |
+8 lines, -0 lines |
1 comment
|
Download
|
|
M |
tools/visual_studio/v8_base.vcproj
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|