| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1_pause_tracker.h | 46 class Scope { class in ark::mem::G1PauseTracker 57 explicit Scope(G1PauseTracker *owner) : owner_(owner), startTimeUs_(ark::time::GetCurrentTimeInMicros()) {} in Scope() function in ark::mem::G1PauseTracker::Scope
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| H A D | scope.cpp | 34 Scope::Scope(Scope::Type type, RemoteObject object, std::optional<std::string> name) in Scope() function in ark::tooling::inspector::Scope
|
| H A D | scope.h | 29 class Scope { class
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | enumLiteralType.h | 35 varbinder::Scope *Scope() in Scope() function in ark::es2panda::ark::es2panda::checker::EnumLiteralType 40 const varbinder::Scope *Scope() const in Scope() function in ark::es2panda::ark::es2panda::checker::EnumLiteralType
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | blockStatement.h | 43 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::BlockStatement
|
| H A D | loopStatement.h | 37 binder::LoopScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::LoopStatement
|
| H A D | switchStatement.h | 67 binder::LocalScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::SwitchStatement
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | enumLiteralType.h | 36 binder::Scope *Scope() in Scope() function in panda::es2panda::panda::es2panda::checker::EnumLiteralType 41 const binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::checker::EnumLiteralType
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| H A D | debugger_api.h | 50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; member in panda::ecmascript::tooling::ArkInternalValueType
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | envScope.h | 96 varbinder::VariableScope *Scope() const in Scope() function in ark::es2panda::ark::es2panda::compiler::LoopEnvScope
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsFunctionType.h | 50 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSFunctionType
|
| H A D | tsTypeParameterDeclaration.h | 49 binder::LocalScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSTypeParameterDeclaration
|
| H A D | tsEnumDeclaration.h | 55 binder::TSEnumScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSEnumDeclaration
|
| H A D | tsConstructorType.h | 51 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSConstructorType
|
| H A D | tsSignatureDeclaration.h | 53 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSSignatureDeclaration
|
| H A D | tsInterfaceDeclaration.h | 55 binder::LocalScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInterfaceDeclaration
|
| H A D | tsModuleDeclaration.h | 49 binder::TSModuleScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSModuleDeclaration
|
| H A D | tsMethodSignature.h | 56 binder::Scope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSMethodSignature
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | catchClause.h | 66 binder::CatchScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | envScope.h | 81 binder::VariableScope *Scope() const in Scope() function in panda::es2panda::panda::es2panda::compiler::VariableEnvScope
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | layouts.py | 32 from .debug_types import DEFAULT_DEPTH, Frame, Paused, Scope namespace
|
| H A D | debug_types.py | 170 class Scope(Wrap[debugger.Scope]): class
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| H A D | test_breaks_props.py | 33 class Scope(TypedDict): class
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | types_def.h | 78 uint32 Scope() const in Scope() function in maple::StIdx
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | gc_stats.h | 154 class Scope : public ClockScope { class in panda::ecmascript::GCStats 163 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope() function in panda::ecmascript::GCStats::Scope
|