Home
last modified time | relevance | path

Searched refs:IsJSAPILightWeightSetIterator (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset_iterator.h27 ASSERT(JSTaggedValue(obj).IsJSAPILightWeightSetIterator()); in Cast()
Djs_api_lightweightset_iterator.cpp37 if (!input->IsJSAPILightWeightSetIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_lightweightset_test.cpp415 EXPECT_TRUE(iterValues->IsJSAPILightWeightSetIterator()); in HWTEST_F_L0()
447 EXPECT_TRUE(iter->IsJSAPILightWeightSetIterator()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1225 inline bool JSTaggedValue::IsJSAPILightWeightSetIterator() const in IsJSAPILightWeightSetIterator() function
1227 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPILightWeightSetIterator(); in IsJSAPILightWeightSetIterator()
Djs_tagged_value.h592 bool IsJSAPILightWeightSetIterator() const;
Djs_hclass.h1028 inline bool IsJSAPILightWeightSetIterator() const in IsJSAPILightWeightSetIterator() function