Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h596 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } in GreedyLoopTextLength() function
755 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } in GreedyLoopTextLength() function
Djsregexp.cc2478 int TextNode::GreedyLoopTextLength() { in GreedyLoopTextLength() function in v8::internal::TextNode
2492 int ChoiceNode::GreedyLoopTextLength(GuardedAlternative* alternative) { in GreedyLoopTextLength() function in v8::internal::ChoiceNode