Home | History | Annotate | Download | only in arm

Lines Matching refs:LET

776   // context. Otherwise, we let the Visit function deal with the
800 (mode == CONST || mode == CONST_HARMONY || mode == LET);
862 mode == LET);
1300 local->mode() == LET) {
1304 } else { // LET || CONST_HARMONY
1351 // can be skipped in the following situation: we have a LET or CONST
1364 // function() { f(); let x = 1; function f() { x = 2; } }
1378 // Let and const need a read barrier.
1381 if (var->mode() == LET || var->mode() == CONST_HARMONY) {
1382 // Throw a reference error when using an uninitialized let/const
1993 // Global var, const, or let.
2024 } else if (var->mode() == LET && op != Token::INIT_LET) {
2025 // Non-initializing assignment to let variable needs a write barrier.
2055 // Assignment to var or initializing assignment to let/const
2060 // Check for an uninitialized let binding.
2063 __ Check(eq, "Let binding re-initialization.");
4363 // code. Pass a smi sentinel and let the runtime look up the empty