Changeset 68207 in webkit for trunk/JavaScriptCore/yarr/RegexJIT.cpp
- Timestamp:
- Sep 23, 2010, 3:23:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexJIT.cpp
r68100 r68207 987 987 // A failure WITHIN the parens jumps here 988 988 parenthesesState.linkAlternativeBacktracks(this); 989 if (term.invertOrCapture) {989 if (term.invertOrCapture) 990 990 store32(Imm32(-1), Address(output, (term.parentheses.subpatternId << 1) * sizeof(int))); 991 store32(Imm32(-1), Address(output, ((term.parentheses.subpatternId << 1) + 1) * sizeof(int)));992 }993 991 994 992 if (term.quantityType == QuantifierGreedy)
Note:
See TracChangeset
for help on using the changeset viewer.