Searched refs:allow_let (Results 1 – 3 of 3) sorted by relevance
557 } else if (peek() == Token::LET && allow_let()) { in ParseVariableDeclarations()
539 bool allow_let() { in allow_let() function3009 if (!allow_let()) { in IsNextLetKeyword()
2338 } else if (peek() == Token::LET && allow_let()) { in ParseVariableDeclarations()