Home
last modified time | relevance | path

Searched defs:GetProperties (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dobject_repository.cpp87 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id, bool generatePre… in GetProperties() function in panda::tooling::inspector::ObjectRepository
167 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id) in GetProperties() function in panda::tooling::inspector::ObjectRepository
Dinspector.cpp329 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties() function in panda::tooling::inspector::Inspector
/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h70 inline Properties *GetProperties() const in GetProperties() function
Dlexical_env.h49 JSTaggedValue GetProperties(uint32_t index) const in GetProperties() function
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp66 void RuntimeImpl::DispatcherImpl::GetProperties(const DispatchRequest &request) in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl::DispatcherImpl
144 DispatchResponse RuntimeImpl::GetProperties(const GetPropertiesParams &params, in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h374 std::optional<Error> GetProperties([[maybe_unused]] uint32_t *countPtr, in GetProperties() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp315 Local<JSValueRef> DebuggerApi::GetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in GetProperties() function in panda::ecmascript::tooling::DebuggerApi