Home
last modified time | relevance | path

Searched refs:alt_num (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-compiler.cc322 // `alt_gen` is called repeatedly with argument `int i = 0, 1, ..., alt_num -
325 void CompileDisjunction(int alt_num, F&& gen_alt) { in CompileDisjunction() argument
348 if (alt_num == 0) { in CompileDisjunction()
356 for (int i = 0; i != alt_num - 1; ++i) { in CompileDisjunction()
364 gen_alt(alt_num - 1); in CompileDisjunction()

Completed in 2 milliseconds