Searched refs:has16BitCodeMatchOnly (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrJIT.h82 bool has16BitCodeMatchOnly() { return m_matchOnly16.size(); } function in class:JSC::Yarr::YarrCodeBlock
106 ASSERT(has16BitCodeMatchOnly());
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DRegExp.cpp433 if ((charSize == Yarr::Char16) && (m_regExpJITCode.has16BitCodeMatchOnly()))

Completed in 165 milliseconds