Indent 805 src/scopes.cc Indent(indent, Variable::Mode2String(var->mode())); Indent 832 src/scopes.cc Indent(n0, Header(type_)); Indent 852 src/scopes.cc Indent(n1, "// (local) function name: "); Indent 859 src/scopes.cc Indent(n1, "// scope has trivial outer context\n"); Indent 865 src/scopes.cc Indent(n1, "// strict mode scope\n"); Indent 868 src/scopes.cc Indent(n1, "// extended mode scope\n"); Indent 871 src/scopes.cc if (scope_inside_with_) Indent(n1, "// scope inside 'with'\n"); Indent 872 src/scopes.cc if (scope_contains_with_) Indent(n1, "// scope contains 'with'\n"); Indent 873 src/scopes.cc if (scope_calls_eval_) Indent(n1, "// scope calls 'eval'\n"); Indent 875 src/scopes.cc Indent(n1, "// outer scope calls 'eval' in non-strict context\n"); Indent 877 src/scopes.cc if (inner_scope_calls_eval_) Indent(n1, "// inner scope calls 'eval'\n"); Indent 878 src/scopes.cc if (num_stack_slots_ > 0) { Indent(n1, "// "); Indent 880 src/scopes.cc if (num_heap_slots_ > 0) { Indent(n1, "// "); Indent 884 src/scopes.cc Indent(n1, "// function var\n"); Indent 889 src/scopes.cc Indent(n1, "// temporary vars\n"); Indent 894 src/scopes.cc Indent(n1, "// local vars\n"); Indent 897 src/scopes.cc Indent(n1, "// dynamic vars\n"); Indent 912 src/scopes.cc Indent(n0, "}\n");