Searched refs:ArkInternalValueType (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/debugger/ |
H A D | debugger_api.cpp | 954 ArkInternalValueType type, Global<MapRef> internalObjects) in AddInternalProperties() 975 AddInternalProperties(ecmaVm, jsValueRef, ArkInternalValueType::Entry, internalObjects); in GetArrayListValue() 992 AddInternalProperties(ecmaVm, jsValueRef, ArkInternalValueType::Entry, internalObjects); in GetDequeValue() 1022 AddInternalProperties(ecmaVm, objRef, ArkInternalValueType::Entry, internalObjects); in GetHashMapValue() 1026 AddInternalProperties(ecmaVm, jsValueRef, ArkInternalValueType::Entry, internalObjects); in GetHashMapValue() 1053 AddInternalProperties(ecmaVm, objRef, ArkInternalValueType::Entry, internalObjects); in GetHashSetValue() 1060 AddInternalProperties(ecmaVm, jsValueRef, ArkInternalValueType::Entry, internalObjects); in GetHashSetValue() 1084 AddInternalProperties(ecmaVm, objRef, ArkInternalValueType::Entry, internalObjects); in GetLightWeightMapValue() 1087 AddInternalProperties(ecmaVm, jsValueRef, ArkInternalValueType::Entry, internalObjects); in GetLightWeightMapValue() 1106 AddInternalProperties(ecmaVm, objRef, ArkInternalValueType in GetLightWeightSetValue() [all...] |
H A D | debugger_api.h | 50 enum class ArkInternalValueType {None, Entry, Scope, ScopeList}; class 169 ArkInternalValueType type, Global<MapRef> internalObjects);
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | runtime_impl.cpp | 196 if (static_cast<ArkInternalValueType>(internalObjects_->Get(vm_, value)->ToNumber(vm_)->Value()) == in GetProperties() 197 ArkInternalValueType::Entry || static_cast<ArkInternalValueType>(internalObjects_->Get(vm_, value)-> in GetProperties() 198 ToNumber(vm_)->Value()) == ArkInternalValueType::Scope) { in GetProperties() 620 DebuggerApi::AddInternalProperties(vm_, objRef, ArkInternalValueType::Entry, internalObjects_); in GetSharedMapValue() 623 DebuggerApi::AddInternalProperties(vm_, jsValueRef, ArkInternalValueType::Entry, internalObjects_); in GetSharedMapValue() 645 DebuggerApi::AddInternalProperties(vm_, objRef, ArkInternalValueType::Entry, internalObjects_); in GetMapValue() 648 DebuggerApi::AddInternalProperties(vm_, jsValueRef, ArkInternalValueType::Entry, internalObjects_); in GetMapValue() 669 DebuggerApi::AddInternalProperties(vm_, objRef, ArkInternalValueType::Entry, internalObjects_); in GetWeakMapValue() 672 DebuggerApi::AddInternalProperties(vm_, jsValueRef, ArkInternalValueType in GetWeakMapValue() [all...] |
H A D | debugger_impl.cpp | 1770 DebuggerApi::AddInternalProperties(vm_, localObj, ArkInternalValueType::Scope, runtime_->internalObjects_); in GetLocalScopeChain() 1882 vm_, closureScopeObj, ArkInternalValueType::Scope, runtime_->internalObjects_); in GetClosureScopeChains() 1906 DebuggerApi::AddInternalProperties(vm_, moduleObj, ArkInternalValueType::Scope, runtime_->internalObjects_); in GetModuleScopeChain() 1982 DebuggerApi::AddInternalProperties(vm_, globalObj, ArkInternalValueType::Scope, runtime_->internalObjects_); in GetGlobalScopeChain()
|
Completed in 15 milliseconds