Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h449 static const int kFirstRealPass = SIMPLE_CHARACTER_MATCH; variable
Dregexp-compiler.cc2486 for (int pass = kFirstRealPass; pass <= kLastPass; pass++) { in Emit()
2493 for (int pass = kFirstRealPass; pass <= kLastPass; pass++) { in Emit()