Lines Matching defs:local
14 #include "src/heap/local-factory-inl.h"
923 Variable* local = *it;
924 DCHECK_EQ(VariableMode::kTemporary, local->mode());
925 DCHECK_EQ(local->scope(), local->scope()->GetClosureScope());
926 DCHECK_NE(local->scope(), new_parent);
927 local->set_scope(new_parent);
1159 // for inner local variables that do not represent functions won't
1820 PrintF("local[%d]", var->index());
1871 bool local = !IsDynamicVariableMode(var->mode());
1872 if ((locals ? local : !local) &&
1928 Indent(n1, "// (local) function name: ");
1979 for (Variable* local : locals_) {
1980 if (local->mode() != VariableMode::kTemporary) continue;
1985 PrintVar(n1, local);
1990 PrintMap(n1, "// local vars:\n", &variables_, true, function);
2053 // Declare a new non-local.
2513 // temporaries to make the local variable ordering stable when reparsing to
2515 for (Variable* local : locals_) {
2516 if (local->mode() != VariableMode::kTemporary)
2517 AllocateNonParameterLocal(local);
2520 for (Variable* local : locals_) {
2521 if (local->mode() == VariableMode::kTemporary)
2522 AllocateNonParameterLocal(local);
2525 for (Variable* local : locals_) {
2526 AllocateNonParameterLocal(local);
2592 // context, even if no local variables were statically allocated in the
2607 // If we didn't allocate any locals in the local context, then we only