Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h114 ModuleScope* AsModuleScope(); in NON_EXPORTED_BASE()
115 const ModuleScope* AsModuleScope() const; in NON_EXPORTED_BASE()
Dscopes.cc487 ModuleScope* Scope::AsModuleScope() { in AsModuleScope() function in v8::internal::Scope
492 const ModuleScope* Scope::AsModuleScope() const { in AsModuleScope() function in v8::internal::Scope
1365 if (is_module_scope()) AsModuleScope()->AllocateModuleVariables(); in AllocateVariables()
2083 AsModuleScope()->AllocateModuleVariables(); in FetchFreeVariables()
/external/v8/src/objects/
Dscope-info.cc303 ModuleInfo::New(isolate, zone, scope->AsModuleScope()->module()); in Create()
/external/v8/src/parsing/
Dparser.cc588 ok = ok && module()->Validate(this->scope()->AsModuleScope(), in DoParseProgram()
Dparser-base.h1495 return scope()->AsModuleScope()->module(); in module()
/external/v8/src/interpreter/
Dbytecode-generator.cc1289 ModuleDescriptor* descriptor = closure_scope()->AsModuleScope()->module(); in VisitModuleNamespaceImports()