Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeParameterDeclaration.h22 class LocalScope; variable
DtsInterfaceDeclaration.h22 class LocalScope; variable
DtsEnumDeclaration.h23 class LocalScope; variable
/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchStatement.h31 class LocalScope; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h33 class LocalScope; variable
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h35 class LocalScope; variable
Dscope.h620 explicit LocalScope(ArenaAllocator *allocator, Scope *parent) : Scope(allocator, parent) {} in LocalScope() function
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts514 export class LocalScope extends Scope { class
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1013 LocalScope::LocalScope(const EcmaVM *vm) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope
1022 LocalScope::LocalScope(const EcmaVM *vm, JSTaggedType value) : thread_(vm->GetJSThread()) in LocalScope() function in panda::LocalScope
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument