EVAL_SCOPE 617 src/parser.cc scope = NewScope(scope, EVAL_SCOPE);
EVAL_SCOPE 1161 src/parser.cc Scope* scope = NewScope(top_scope_, EVAL_SCOPE);
EVAL_SCOPE 11229 src/runtime.cc if (scope_info->Type() != EVAL_SCOPE) nested_scope_chain_.Add(scope_info);
EVAL_SCOPE 11243 src/runtime.cc ASSERT(scope_info->Type() == EVAL_SCOPE);
EVAL_SCOPE 11322 src/runtime.cc case EVAL_SCOPE:
EVAL_SCOPE 759 src/scopes.cc case EVAL_SCOPE: return "eval";
EVAL_SCOPE 275 src/scopes.h bool is_eval_scope() const { return type_ == EVAL_SCOPE; }
EVAL_SCOPE 988 test/cctest/test-parsing.cc { NULL, NULL, NULL, i::EVAL_SCOPE, i::CLASSIC_MODE }