Changeset 235648 in webkit for trunk/Source/JavaScriptCore/yarr/YarrJIT.cpp
- Timestamp:
- Sep 4, 2018, 4:51:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrJIT.cpp
r235636 r235648 1132 1132 Label loop(this); 1133 1133 1134 1135 1136 1134 readCharacterDontDecodeSurrogates(0, patternCharacter, patternIndex); 1135 readCharacterDontDecodeSurrogates(m_checkedOffset - term->inputPosition, character); 1136 1137 1137 if (!m_pattern.ignoreCase()) 1138 1138 characterMatchFails.append(branch32(NotEqual, character, patternCharacter));
Note:
See TracChangeset
for help on using the changeset viewer.