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

/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.cpp656 context->term += term.atom.parenthesesWidth;
706 context->term += term.atom.parenthesesWidth;
728 context->term -= term.atom.parenthesesWidth;
739 ASSERT((&term - term.atom.parenthesesWidth)->type == ByteTerm::TypeParenthesesSubpatternOnceBegin);
740 ASSERT((&term - term.atom.parenthesesWidth)->inputPosition == term.inputPosition);
744 context->term -= term.atom.parenthesesWidth;
777 context->term -= (term.atom.parenthesesWidth + 1);
790 context->term += term.atom.parenthesesWidth;
824 context->term -= term.atom.parenthesesWidth;
838 context->term += term.atom.parenthesesWidth;
[all...]
H A DYarrInterpreter.h88 unsigned parenthesesWidth; member in union:JSC::Yarr::ByteTerm::__anon2689::__anon2690::__anon2693

Completed in 117 milliseconds