Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h62 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
176 DispatchResponse RuntimeImpl::GetProperties(const GetPropertiesParams &params, in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h368 std::optional<Error> GetProperties([[maybe_unused]] uint32_t *countPtr, in GetProperties() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp225 Local<JSValueRef> DebuggerApi::GetProperties(const EcmaVM *vm, const FrameHandler *frameHandler, in GetProperties() function in panda::ecmascript::tooling::DebuggerApi