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

/external/v8/src/
H A Djsregexp.h637 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; }
798 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } function in class:v8::internal::ActionNode
862 virtual int GreedyLoopTextLength();
H A Djsregexp.cc2654 int TextNode::GreedyLoopTextLength() { function in class:v8::internal::TextNode
2679 int node_length = node->GreedyLoopTextLength();

Completed in 69 milliseconds