Home
last modified time | relevance | path

Searched defs:Scope (Results 1 – 25 of 73) sorted by relevance

123

/arkcompiler/ets_frontend/es2panda/typescript/types/
DenumLiteralType.h22 class Scope; variable
36 binder::Scope *Scope() in Scope() function
41 const binder::Scope *Scope() const in Scope() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DenumLiteralType.h22 class Scope; variable
35 varbinder::Scope *Scope() in Scope() function
40 const varbinder::Scope *Scope() const in Scope() function
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/
DREADME.en.md7 ### Work Objectives
13 ### Work Scope
20 ### Projects
/arkcompiler/ets_frontend/es2panda/ir/statements/
DblockStatement.h31 class Scope; variable
43 binder::Scope *Scope() const in Scope() function
DloopStatement.h37 binder::LoopScope *Scope() const in Scope() function
DswitchStatement.h67 binder::LocalScope *Scope() const in Scope() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsFunctionType.h22 class Scope; variable
50 binder::Scope *Scope() const in Scope() function
DtsConstructorType.h22 class Scope; variable
51 binder::Scope *Scope() const in Scope() function
DtsSignatureDeclaration.h22 class Scope; variable
53 binder::Scope *Scope() const in Scope() function
DtsMethodSignature.h22 class Scope; variable
56 binder::Scope *Scope() const in Scope() function
DtsTypeParameterDeclaration.h49 binder::LocalScope *Scope() const in Scope() function
DtsModuleDeclaration.h49 binder::TSModuleScope *Scope() const in Scope() function
/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dstack_manager.h29 using Scope = panda::ecmascript::tooling::Scope; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dscope.cpp34 Scope::Scope(Scope::Type type, RemoteObject object, std::optional<std::string> name) in Scope() function in ark::tooling::inspector::Scope
/arkcompiler/ets_frontend/ets2panda/evaluate/
DirCheckHelper.h36 class Scope; variable
/arkcompiler/toolchain/tooling/static/types/
Dscope.cpp34 Scope::Scope(Scope::Type type, RemoteObject object, std::optional<std::string> name) in Scope() function in ark::tooling::inspector::Scope
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleBlock.h35 [[nodiscard]] varbinder::Scope *Scope() const noexcept override in Scope() function
DtsTypeParameterDeclaration.h39 [[nodiscard]] varbinder::LocalScope *Scope() const noexcept override in Scope() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h34 class Scope; variable
Demitter.h40 class Scope; variable
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DblockExpression.h76 [[nodiscard]] varbinder::Scope *Scope() const noexcept override in Scope() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DcatchClause.h66 binder::CatchScope *Scope() const in Scope() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dlayouts.py45 async def _add_rows(table: Table, scope: Scope):
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DloopStatement.h36 [[nodiscard]] varbinder::LoopScope *Scope() const noexcept final in Scope() function

123