Searched refs:TextEmitPass (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-compiler.cc | 2333 void TextNode::TextEmitPass(RegExpCompiler* compiler, TextEmitPassType pass, in TextEmitPass() function in v8::internal::TextNode 2463 // TextEmitPass for details. 2476 TextEmitPass(compiler, NON_LATIN1_MATCH, false, trace, false, &dummy); in Emit() 2487 TextEmitPass(compiler, static_cast<TextEmitPassType>(pass), true, trace, in Emit() 2494 TextEmitPass(compiler, static_cast<TextEmitPassType>(pass), false, trace, in Emit()
|
H A D | regexp-nodes.h | 451 void TextEmitPass(RegExpCompiler* compiler, TextEmitPassType pass,
|
Completed in 8 milliseconds