Home
last modified time | relevance | path

Searched refs:NextSymbol (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dearley-parser.h297 Symbol* NextSymbol() const { in NextSymbol() function
312 DCHECK_EQ(NextSymbol(), child->left());
Dearley-parser.cc233 Symbol* next = item.NextSymbol(); in RunEarleyAlgorithm()
/third_party/node/deps/v8/src/parsing/
Dscanner.h334 const AstRawString* NextSymbol(AstValueFactory* ast_value_factory) const;
Dscanner.cc1020 const AstRawString* Scanner::NextSymbol( in NextSymbol() function in v8::internal::Scanner
Dparser.h782 return scanner()->NextSymbol(ast_value_factory());
Dparser-base.h941 scanner()->NextSymbol(ast_value_factory()) == name; in PeekContextualKeyword()
1157 return scanner()->NextSymbol(ast_value_factory()); in GetNextSymbolForRegExpLiteral()