Home
last modified time | relevance | path

Searched defs:LocalScope (Results 1 – 3 of 3) sorted by relevance

/ark/runtime_core/runtime/
Dhandle_storage.h24 class LocalScope; variable
78 friend class LocalScope; variable
/ark/ts2abc/ts2panda/src/
Dscope.ts486 export class LocalScope extends Scope { class
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp497 LocalScope::LocalScope(const EcmaVM *vm) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope
506 LocalScope::LocalScope(const EcmaVM *vm, JSTaggedType value) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope