|
Added clearing of captures before entering the body of a loop. This
also revealed a bug or two that had to be fixed.
Total comments: 19
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+326 lines, -91 lines) |
Patch |
 |
M |
src/ast.h
|
View
|
|
8 chunks |
+18 lines, -10 lines |
0 comments
|
Download
|
 |
M |
src/ast.cc
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/jsregexp.h
|
View
|
|
5 chunks |
+53 lines, -14 lines |
6 comments
|
Download
|
 |
M |
src/jsregexp.cc
|
View
|
|
15 chunks |
+86 lines, -16 lines |
9 comments
|
Download
|
 |
M |
src/regexp-macro-assembler.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-ia32.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-ia32.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
2 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-irregexp.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
2 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-irregexp.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-tracer.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/regexp-macro-assembler-tracer.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/test-regexp.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/mjsunit/bugs/bug-176.js
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/bugs/bug-187.js
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/mjsunit.status
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/regexp-loop-capture.js
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/mjsunit/regress/regress-176.js
|
View
|
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|