Changeset 239427 in webkit for trunk/Source/JavaScriptCore/yarr/YarrJIT.cpp
- Timestamp:
- Dec 19, 2018, 8:41:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrJIT.cpp
r238439 r239427 4141 4141 // Used to detect regular expression constructs that are not currently 4142 4142 // supported in the JIT; fall back to the interpreter when this is detected. 4143 std::optional<JITFailureReason> m_failureReason;4143 Optional<JITFailureReason> m_failureReason; 4144 4144 4145 4145 bool m_decodeSurrogatePairs;
Note:
See TracChangeset
for help on using the changeset viewer.