Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.cc5179 ChoiceNode* first_step_node = new ChoiceNode(2); in Compile() local
5180 first_step_node->AddAlternative(GuardedAlternative(captured_body)); in Compile()
5181 first_step_node->AddAlternative(GuardedAlternative( in Compile()
5183 node = first_step_node; in Compile()