Changeset 78042 in webkit for trunk/Source/JavaScriptCore/yarr/YarrJIT.h
- Timestamp:
- Feb 9, 2011, 4:00:56 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/yarr/YarrJIT.h
r77630 r78042 29 29 #if ENABLE(YARR_JIT) 30 30 31 #include "JSGlobalData.h" 31 32 #include "MacroAssembler.h" 32 33 #include "UString.h" 34 #include "YarrPattern.h" 33 35 34 36 #if CPU(X86) && !COMPILER(MSVC) … … 76 78 }; 77 79 80 void jitCompile(YarrPattern&, JSGlobalData*, YarrCodeBlock& jitObject); 81 int execute(YarrCodeBlock& jitObject, const UChar* input, unsigned start, unsigned length, int* output); 82 78 83 } } // namespace JSC::Yarr 79 84
Note:
See TracChangeset
for help on using the changeset viewer.