Home
last modified time | relevance | path

Searched refs:GetModuleScope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Ddeclarations.h133 Scope* GetModuleScope(const Module* module);
177 : activator_(declarations->GetModuleScope(module)) {} in ModuleScopeActivator()
Ddeclarations.cc13 Scope* Declarations::GetModuleScope(const Module* module) { in GetModuleScope() function in v8::internal::torque::Declarations