Home
last modified time | relevance | path

Searched defs:ParenthesesDisjunctionContext (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.cpp119 struct ParenthesesDisjunctionContext struct in JSC::Yarr::Interpreter
121 ParenthesesDisjunctionContext(int* output, ByteTerm& term) in ParenthesesDisjunctionContext() argument
135 void* operator new(size_t, void* where) in operator new()
140 void restoreOutput(int* output, unsigned firstSubpatternId, unsigned numNestedSubpatterns) in restoreOutput()
146 DisjunctionContext* getDisjunctionContext(ByteTerm& term) in getDisjunctionContext()
151 ParenthesesDisjunctionContext* next;
152 int subpatternBackup[1];