Changeset 261464 in webkit for trunk/Source/JavaScriptCore/yarr/YarrInterpreter.cpp
- Timestamp:
- May 10, 2020, 7:36:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrInterpreter.cpp
r259092 r261464 1018 1018 1019 1019 backTrack->matchAmount = 0; 1020 backTrack->lastContext = 0;1020 backTrack->lastContext = nullptr; 1021 1021 1022 1022 ASSERT(term.atom.quantityType != QuantifierFixedCount || term.atom.quantityMinCount == term.atom.quantityMaxCount); … … 1110 1110 ASSERT(backTrack->matchAmount == term.atom.quantityMaxCount); 1111 1111 1112 ParenthesesDisjunctionContext* context = 0;1112 ParenthesesDisjunctionContext* context = nullptr; 1113 1113 JSRegExpResult result = parenthesesDoBacktrack(term, backTrack); 1114 1114
Note:
See TracChangeset
for help on using the changeset viewer.