Searched defs:GetProperties (Results 1 – 7 of 7) sorted by relevance
87 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id, bool generatePre… in GetProperties() function in panda::tooling::inspector::ObjectRepository167 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id) in GetProperties() function in panda::tooling::inspector::ObjectRepository
329 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties() function in panda::tooling::inspector::Inspector
70 inline Properties *GetProperties() const in GetProperties() function
49 JSTaggedValue GetProperties(uint32_t index) const in GetProperties() function
66 void RuntimeImpl::DispatcherImpl::GetProperties(const DispatchRequest &request) in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl::DispatcherImpl144 DispatchResponse RuntimeImpl::GetProperties(const GetPropertiesParams ¶ms, in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl
374 std::optional<Error> GetProperties([[maybe_unused]] uint32_t *countPtr, in GetProperties() function
315 Local<JSValueRef> DebuggerApi::GetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in GetProperties() function in panda::ecmascript::tooling::DebuggerApi