Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h185 virtual int GreedyLoopTextLength() { return kNodeIsTooComplexForGreedyLoops; } in GreedyLoopTextLength() function
355 int GreedyLoopTextLength() override { in GreedyLoopTextLength() function
431 int GreedyLoopTextLength() override;
Dregexp-compiler.cc2548 int TextNode::GreedyLoopTextLength() { return Length(); } in GreedyLoopTextLength() function in v8::internal::TextNode
2582 int node_length = node->GreedyLoopTextLength(); in GreedyLoopTextLengthForAlternative()