Home
last modified time | relevance | path

Searched refs:IsJSAPILinkedListIterator (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_linked_list_iterator.h27 ASSERT(JSTaggedValue(obj).IsJSAPILinkedListIterator()); in Cast()
H A Djs_api_linked_list_iterator.cpp32 if (!input->IsJSAPILinkedListIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h217 inline bool JSObject::IsJSAPILinkedListIterator() const in IsJSAPILinkedListIterator() function in panda::ecmascript::JSObject
219 return GetJSHClass()->IsJSAPILinkedListIterator(); in IsJSAPILinkedListIterator()
H A Djs_tagged_value-inl.h594 inline bool JSTaggedValue::IsJSAPILinkedListIterator() const in IsJSAPILinkedListIterator() function in panda::ecmascript::JSTaggedValue
596 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPILinkedListIterator(); in IsJSAPILinkedListIterator()
H A Djs_tagged_value.h659 bool IsJSAPILinkedListIterator() const;
H A Djs_object.h645 bool IsJSAPILinkedListIterator() const;
H A Djs_hclass.h1397 inline bool IsJSAPILinkedListIterator() const in IsJSAPILinkedListIterator() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_linked_list_test.cpp438 EXPECT_TRUE(iterValues->IsJSAPILinkedListIterator()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp964 return JSNApiHelper::ToJSTaggedValue(this).IsJSAPILinkedListIterator(); in IsLinkedListIterator()

Completed in 24 milliseconds