Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info.h64 inline Properties *GetProperties() const in GetProperties() function
Dlexical_env.h49 JSTaggedValue GetProperties(uint32_t index) const in GetProperties() function
/arkcompiler/toolchain/tooling/test/testcases/
Djs_container_test.h132 void GetProperties(panda::ecmascript::tooling::Scope *scope) 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
178 DispatchResponse RuntimeImpl::GetProperties(const GetPropertiesParams &params, in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp257 Local<JSValueRef> DebuggerApi::GetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in GetProperties() function in panda::ecmascript::tooling::DebuggerApi