Home
last modified time | relevance | path

Searched defs:LocalScope (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h526 class LocalScope : public Scope { class
528 explicit LocalScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent) {} in LocalScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LocalScope
529 explicit LocalScope(ArenaAllocator *allocator, Scope *parent, ScopeFlags flags) : Scope(allocator, parent, flags) {} in LocalScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::LocalScope
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1018 class ECMA_PUBLIC_API LocalScope { class
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h837 class LocalScope : public Scope { class
839 explicit LocalScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent) {} in LocalScope() function in LocalScope
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2344 LocalScope::LocalScope(const EcmaVM *vm) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope
2361 LocalScope::LocalScope(const EcmaVM *vm, JSTaggedType value) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope
[all...]

Completed in 15 milliseconds