Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc557 } else if (peek() == Token::LET && allow_let()) { in ParseVariableDeclarations()
Dparser-base.h539 bool allow_let() { in allow_let() function
3009 if (!allow_let()) { in IsNextLetKeyword()
Dparser.cc2338 } else if (peek() == Token::LET && allow_let()) { in ParseVariableDeclarations()