Changeset 72207 in webkit for trunk/JavaScriptCore/yarr/RegexInterpreter.h
- Timestamp:
- Nov 17, 2010, 7:52:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/yarr/RegexInterpreter.h
r72197 r72207 26 26 #ifndef RegexInterpreter_h 27 27 #define RegexInterpreter_h 28 29 #if ENABLE(YARR) 28 30 29 31 #include "RegexParser.h" … … 364 366 365 367 PassOwnPtr<BytecodePattern> byteCompileRegex(const UString& pattern, unsigned& numSubpatterns, const char*& error, BumpPointerAllocator*, bool ignoreCase = false, bool multiline = false); 366 PassOwnPtr<BytecodePattern> byteCompileRegex(RegexPattern& pattern, BumpPointerAllocator*);367 368 int interpretRegex(BytecodePattern* v_regex, const UChar* input, unsigned start, unsigned length, int* output); 368 369 369 370 } } // namespace JSC::Yarr 370 371 372 #endif 373 371 374 #endif // RegexInterpreter_h
Note:
See TracChangeset
for help on using the changeset viewer.