Searched defs:LocalScope (Results 1 – 3 of 3) sorted by relevance
24 class LocalScope; variable78 friend class LocalScope; variable
486 export class LocalScope extends Scope { class
497 LocalScope::LocalScope(const EcmaVM *vm) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope506 LocalScope::LocalScope(const EcmaVM *vm, JSTaggedType value) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope