Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-ast.cc73 return assertion_type() == RegExpAssertion::Type::END_OF_INPUT; in IsAnchoredAtEnd()
204 case RegExpAssertion::Type::END_OF_INPUT: in VisitAssertion()
Dregexp-ast.h234 END_OF_INPUT = 3, enumerator
Dregexp-parser.cc618 : RegExpAssertion::Type::END_OF_INPUT; in ParseDisjunction()
Dregexp-compiler-tonode.cc910 case Type::END_OF_INPUT: in RationalizeConsecutiveAtoms()
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-bytecode.cc42 case RegExpAssertion::Type::END_OF_INPUT: in operator <<()
Dexperimental-interpreter.cc33 case RegExpAssertion::Type::END_OF_INPUT: in SatisfiesAssertion()
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs20950 var END_OF_INPUT = `\0`;
21017 return token !== END_OF_INPUT;
21332 if (segment !== END_OF_INPUT) {
21341 if (nextBranches.length === 0 && segment === END_OF_INPUT && input.length === 1) {
21374 if (Object.prototype.hasOwnProperty.call(node.statics, END_OF_INPUT)) {
21375 for (const { to } of node.statics[END_OF_INPUT])
21421 …if (isFinished && candidate !== END_OF_INPUT || !candidate.startsWith(`-`) && transitions.some(({ …
21439 const branches = runMachineInternal(machine, [...input, END_OF_INPUT]);
21672 if (segment === END_OF_INPUT) {
21795 …registerStatic(machine, helpNode, END_OF_INPUT, NODE_SUCCESS, [`setSelectedIndex`, HELP_COMMAND_IN…
[all …]