Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/yarr/
DYarrInterpreter.cpp87 struct DisjunctionContext struct in JSC::Yarr::Interpreter
89 DisjunctionContext() in DisjunctionContext() function
94 void* operator new(size_t, void* where) in operator new()
99 int term;
100 unsigned matchBegin;
101 unsigned matchEnd;
102 uintptr_t frame[1];
772 bool backtrackParenthesesTerminalEnd(ByteTerm&, DisjunctionContext*) in backtrackParenthesesTerminalEnd() argument