Searched defs:GetProperties (Results 1 – 8 of 8) sorted by relevance
94 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id, bool generatePre… in GetProperties() function in ark::tooling::inspector::ObjectRepository187 std::vector<PropertyDescriptor> ObjectRepository::GetProperties(RemoteObjectId id) in GetProperties() function in ark::tooling::inspector::ObjectRepository
459 std::vector<PropertyDescriptor> Inspector::GetProperties(PtThread thread, RemoteObjectId objectId, … in GetProperties() function in ark::tooling::inspector::Inspector
50 JSTaggedValue GetProperties(uint32_t index) const in GetProperties() function
79 inline Properties *GetProperties() const in GetProperties() function
315 std::optional<Error> GetProperties([[maybe_unused]] uint32_t *countPtr, in GetProperties() function
92 void RuntimeImpl::DispatcherImpl::GetProperties(const DispatchRequest &request) in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl::DispatcherImpl170 DispatchResponse RuntimeImpl::GetProperties(const GetPropertiesParams ¶ms, in GetProperties() function in panda::ecmascript::tooling::RuntimeImpl
349 Local<JSValueRef> DebuggerApi::GetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in GetProperties() function in panda::ecmascript::tooling::DebuggerApi