Home
last modified time | relevance | path

Searched defs:topScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/
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/es2panda/compiler/core/
Dfunction.cpp187 const auto *topScope = pg->TopScope(); in CompileFunctionOrProgram() local