Home | History | Annotate | Download | only in ia32

Lines Matching refs:LET

751   // context. Otherwise, we let the Visit function deal with the
774 (mode == CONST || mode == CONST_HARMONY || mode == LET);
835 mode == LET);
1254 local->mode() == LET) {
1259 } else { // LET || CONST_HARMONY
1304 // can be skipped in the following situation: we have a LET or CONST
1317 // function() { f(); let x = 1; function f() { x = 2; } }
1331 // Let and const need a read barrier.
1336 if (var->mode() == LET || var->mode() == CONST_HARMONY) {
1337 // Throw a reference error when using an uninitialized let/const
1946 // Global var, const, or let.
1977 } else if (var->mode() == LET && op != Token::INIT_LET) {
1978 // Non-initializing assignment to let variable needs a write barrier.
2004 // Assignment to var or initializing assignment to let/const
2009 // Check for an uninitialized let binding.
2012 __ Check(equal, "Let binding re-initialization.");
4350 // code. Pass a smi sentinel and let the runtime look up the empty