Home
last modified time | relevance | path

Searched refs:YieldMatchedInput (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/ls/
Djson-parser.cc159 Rule({Pattern(MatchDecimalLiteral)}, YieldMatchedInput),
160 Rule({Pattern(MatchHexLiteral)}, YieldMatchedInput)};
163 Rule({Pattern(MatchStringLiteral)}, YieldMatchedInput)};
/third_party/node/deps/v8/src/torque/
Dearley-parser.h454 static base::Optional<ParseResult> YieldMatchedInput( in YieldMatchedInput() function
Dtorque-parser.cc2325 Symbol identifier = {Rule({Pattern(MatchIdentifier)}, YieldMatchedInput),
2326 Rule({Token("runtime")}, YieldMatchedInput)};
2341 Rule({Pattern(MatchStringLiteral)}, YieldMatchedInput)};