Searched defs:topScope (Results 1 – 5 of 5) sorted by relevance
30 HandleScope<T> *topScope = thread->GetTopScope<T>(); in HandleScope() local43 HandleScope<T> *topScope = thread->GetTopScope<T>(); in HandleScope() local
161 auto *topScope = etsg->TopScope(); in Compile() local
254 auto *topScope = pg->TopScope(); in Compile() local
271 const auto *topScope = pg->TopScope(); in CompileFunctionOrProgram() local
114 void ResetTopScope(GlobalScope *topScope) in ResetTopScope()