Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_hashset_iterator.h28 ASSERT(JSTaggedValue(obj).IsJSAPIHashSetIterator()); in Cast()
Djs_api_hashset_iterator.cpp36 if (!input->IsJSAPIHashSetIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashset_test.cpp340 EXPECT_TRUE(iterValues->IsJSAPIHashSetIterator()); in HWTEST_F_L0()
391 EXPECT_TRUE(iter->IsJSAPIHashSetIterator()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1140 inline bool JSTaggedValue::IsJSAPIHashSetIterator() const in IsJSAPIHashSetIterator() function
1142 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPIHashSetIterator(); in IsJSAPIHashSetIterator()
Djs_tagged_value.h638 bool IsJSAPIHashSetIterator() const;
Djs_hclass.h948 inline bool IsJSAPIHashSetIterator() const in IsJSAPIHashSetIterator() function