Searched refs:AsModuleScope (Results 1 – 6 of 6) sorted by relevance
109 ModuleScope* AsModuleScope(); in NON_EXPORTED_BASE()110 const ModuleScope* AsModuleScope() const; in NON_EXPORTED_BASE()
455 ModuleScope* Scope::AsModuleScope() { in AsModuleScope() function in v8::internal::Scope460 const ModuleScope* Scope::AsModuleScope() const { in AsModuleScope() function in v8::internal::Scope1270 if (is_module_scope()) AsModuleScope()->AllocateModuleVariables(); in AllocateVariables()1397 return scope->AsModuleScope(); in GetModuleScope()1971 AsModuleScope()->AllocateModuleVariables(); in FetchFreeVariables()
277 ModuleInfo::New(isolate, zone, scope->AsModuleScope()->module()); in Create()
988 ModuleDescriptor* descriptor = closure_scope()->AsModuleScope()->module(); in VisitModuleNamespaceImports()
709 module()->Validate(this->scope()->AsModuleScope(), in DoParseProgram()
1401 return scope()->AsModuleScope()->module(); in module()