Lines Matching refs:LET
1295 case Token::LET: in ParseStatementListItem()
1761 case Token::LET: in ParseExportDeclaration()
2208 (!scope_->is_declaration_scope() || scope_->is_module_scope()) ? LET in ParseHoistableDeclaration()
2257 VariableProxy* proxy = NewUnresolved(name, LET); in ParseClassDeclaration()
2259 factory()->NewVariableDeclaration(proxy, LET, scope_, pos); in ParseClassDeclaration()
2384 } else if (peek() == Token::LET) { in ParseVariableDeclarations()
2385 Consume(Token::LET); in ParseVariableDeclarations()
2387 parsing_result->descriptor.mode = LET; in ParseVariableDeclarations()
2466 if (parsing_result->descriptor.mode == LET) { in ParseVariableDeclarations()
3041 descriptor.mode = LET; in ParseTryStatement()
3355 VariableProxy* proxy = NewUnresolved(names->at(i), LET); in DesugarLexicalBindingsInForStatement()
3589 (peek() == Token::LET && IsNextLetKeyword())) { in ParseForStatement()
3734 NewUnresolved(lexical_bindings[i], LET); in ParseForStatement()
3736 tdz_proxy, LET, scope_, RelocInfo::kNoPosition); in ParseForStatement()
4577 descriptor.mode = LET; in BuildParameterInitializationBlock()