Changeset 73124 in webkit for trunk/JavaScriptCore/yarr/RegexInterpreter.h
- Timestamp:
- Dec 2, 2010, 5:36:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexInterpreter.h
r72781 r73124 365 365 }; 366 366 367 PassOwnPtr<BytecodePattern> byteCompileRegex(const UString& pattern, unsigned& numSubpatterns, const char*& error, BumpPointerAllocator*, bool ignoreCase = false, bool multiline = false);368 367 PassOwnPtr<BytecodePattern> byteCompileRegex(RegexPattern& pattern, BumpPointerAllocator*); 369 368 int interpretRegex(BytecodePattern* v_regex, const UChar* input, unsigned start, unsigned length, int* output);
Note:
See TracChangeset
for help on using the changeset viewer.