Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h441 enum TextEmitPassType { enum
448 static bool SkipPass(TextEmitPassType pass, bool ignore_case);
451 void TextEmitPass(RegExpCompiler* compiler, TextEmitPassType pass,
Dregexp-compiler.cc2333 void TextNode::TextEmitPass(RegExpCompiler* compiler, TextEmitPassType pass, in TextEmitPass()
2411 bool TextNode::SkipPass(TextEmitPassType pass, bool ignore_case) { in SkipPass()
2487 TextEmitPass(compiler, static_cast<TextEmitPassType>(pass), true, trace, in Emit()
2494 TextEmitPass(compiler, static_cast<TextEmitPassType>(pass), false, trace, in Emit()