Home
last modified time | relevance | path

Searched defs:RemoteObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.h143 explicit RemoteObject(T &&...value) : value_(std::forward<T>(value)...) in RemoteObject() function
/arkcompiler/toolchain/tooling/static/types/
Dremote_object.h143 explicit RemoteObject(T &&...value) : value_(std::forward<T>(value)...) in RemoteObject() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_types.py65 def remote_object(self, data: runtime.RemoteObject) -> "RemoteObject":
128 class RemoteObject(Wrap[runtime.RemoteObject]): class
147 async def _mirror_object(self, obj: runtime.RemoteObject, *, depth: int = DEFAULT_DEPTH) -> Any: