Home
last modified time | relevance | path

Searched defs:topScope (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_scope-inl.h30 HandleScope<T> *topScope = thread->GetTopScope<T>(); in HandleScope() local
43 HandleScope<T> *topScope = thread->GetTopScope<T>(); in HandleScope() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSfunction.cpp161 auto *topScope = etsg->TopScope(); in Compile() local
H A Dfunction.cpp260 auto *topScope = pg->TopScope(); in Compile() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp273 const auto *topScope = pg->TopScope(); in CompileFunctionOrProgram() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.h118 void ResetAllScopes(GlobalScope *topScope, VariableScope *varScope, Scope *scope) in ResetAllScopes() argument
125 void ResetTopScope(GlobalScope *topScope) in ResetTopScope() argument
H A DETSBinder.cpp673 ImportLocalName(const ir::ImportSpecifier *importSpecifier, const ir::StringLiteral *importPath, util::StringView imported, ArenaVector<std::pair<util::StringView, util::StringView>> &importSpecifiers, GlobalScope *topScope) ImportLocalName() argument

Completed in 5 milliseconds