Home
last modified time | relevance | path

Searched refs:SCRIPT_SCOPE (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc92 if (scope_info->scope_type() == SCRIPT_SCOPE) { in ScopeIterator()
190 SCRIPT_SCOPE); in Next()
224 case SCRIPT_SCOPE: in Type()
/external/v8/src/ast/
Dscopeinfo.cc68 DCHECK(context_global_count == 0 || scope->scope_type() == SCRIPT_SCOPE); in Create()
220 int flags = ScopeTypeField::encode(SCRIPT_SCOPE) | in CreateGlobalThisBinding()
Dscopes.cc102 DCHECK(scope_type == SCRIPT_SCOPE || outer_scope != NULL); in Scope()
227 current_scope = new (zone) Scope(zone, current_scope, SCRIPT_SCOPE, in DeserializeScopeChain()
836 case SCRIPT_SCOPE: return "global"; in Header()
Dscopes.h325 bool is_script_scope() const { return scope_type_ == SCRIPT_SCOPE; } in is_script_scope()
/external/v8/src/
Dglobals.h844 SCRIPT_SCOPE, // The top-level scope for a script or a top-level eval. enumerator
/external/v8/src/parsing/
Dpreparser.h1038 Scope* scope = NewScope(scope_, SCRIPT_SCOPE);
Dpreparser.cc112 Scope* top_scope = NewScope(scope_, SCRIPT_SCOPE); in PreParseLazyFunction()
Dparser.cc915 Scope* scope = NewScope(scope_, SCRIPT_SCOPE); in DoParseProgram()
1076 Scope* scope = NewScope(scope_, SCRIPT_SCOPE); in ParseLazy()
/external/v8/test/cctest/
Dtest-parsing.cc3345 new (&zone) i::Scope(&zone, NULL, i::SCRIPT_SCOPE, &avf); in TEST()
3393 new (&zone) i::Scope(&zone, NULL, i::SCRIPT_SCOPE, &avf); in TEST()