|
|
Introduced flat string reader abstraction which reads directly from a
flat string independent of the character width. Replaced the
stream-based input to the regexp parser with a flat string reader and
dropped the 'next' field; now Next() reads directly from the string.
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+153 lines, -100 lines) |
Patch |
 |
M |
src/heap.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
1 comment
|
Download
|
 |
M |
src/objects.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
1 comment
|
Download
|
 |
M |
src/objects.cc
|
View
|
|
1 chunk |
+51 lines, -0 lines |
2 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/parser.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/parser.cc
|
View
|
|
14 chunks |
+49 lines, -88 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-regexp.cc
|
View
|
|
4 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|