Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.h108 ModuleScope* AsModuleScope();
109 const ModuleScope* AsModuleScope() const;
Dscopes.cc568 ModuleScope* Scope::AsModuleScope() { in AsModuleScope() function in v8::internal::Scope
573 const ModuleScope* Scope::AsModuleScope() const { in AsModuleScope() function in v8::internal::Scope
1353 if (is_module_scope()) AsModuleScope()->AllocateModuleVariables(); in AllocateVariables()
1598 scope->AsModuleScope()->AllocateModuleVariables(); in CollectNonLocals()
/third_party/node/deps/v8/src/objects/
Dscope-info.cc162 scope->AsModuleScope()->module()); in Create()
/third_party/node/deps/v8/src/parsing/
Dparser.cc636 !module()->Validate(this->scope()->AsModuleScope(), in DoParseProgram()
Dparser-base.h1491 return scope()->AsModuleScope()->module(); in module()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1633 closure_scope()->AsModuleScope()->module(); in VisitModuleNamespaceImports()