Home
last modified time | relevance | path

Searched refs:MODULE_SCOPE (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dscopes.cc81 (scope_type == MODULE_SCOPE || scope_type == GLOBAL_SCOPE) in Scope()
216 MODULE_SCOPE, in DeserializeScopeChain()
777 case MODULE_SCOPE: return "module"; in Header()
Dscopes.h266 bool is_module_scope() const { return scope_type_ == MODULE_SCOPE; } in is_module_scope()
Dglobals.h648 MODULE_SCOPE, // The scope introduced by a module literal enumerator
Dscopeinfo.cc177 scope_type() == MODULE_SCOPE; in ContextLength()
Dparser.cc1267 Scope* scope = NewScope(scope_, MODULE_SCOPE); in ParseModuleLiteral()
1380 Scope* scope = NewScope(scope_, MODULE_SCOPE); in ParseModuleUrl()
Druntime.cc12134 case MODULE_SCOPE: in Type()