Home | History | Annotate | Download | only in mips

Lines Matching refs:LET

784   // context. Otherwise, we let the Visit function deal with the
807 (mode == CONST || mode == CONST_HARMONY || mode == LET);
871 mode == LET);
1304 local->mode() == LET) {
1310 } else { // LET || CONST_HARMONY
1357 // can be skipped in the following situation: we have a LET or CONST
1370 // function() { f(); let x = 1; function f() { x = 2; } }
1384 // Let and const need a read barrier.
1388 if (var->mode() == LET || var->mode() == CONST_HARMONY) {
1389 // Throw a reference error when using an uninitialized let/const
2009 // Global var, const, or let.
2041 } else if (var->mode() == LET && op != Token::INIT_LET) {
2042 // Non-initializing assignment to let variable needs a write barrier.
2072 // Assignment to var or initializing assignment to let/const
2077 // Check for an uninitialized let binding.
2080 __ Check(eq, "Let binding re-initialization.", a2, Operand(t0));
4399 // code. Pass a smi sentinel and let the runtime look up the empty