Searched refs:MatchOnly (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrJIT.h162 MatchOnly, enumerator in enum:JSC::Yarr::YarrJITCompileMode
H A DYarrJIT.cpp386 // 3) If we're compiling MatchOnly, 'output' is unused, store the match start directly
2663 if (compileMode == MatchOnly) {
2709 if (mode == MatchOnly)
2710 YarrGenerator<MatchOnly>(pattern, charSize).compile(vm, jitObject);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExp.cpp412 Yarr::jitCompile(pattern, charSize, vm, m_regExpJITCode, Yarr::MatchOnly);

Completed in 68 milliseconds