Home
last modified time | relevance | path

Searched refs:IsJSAPITreeMapIterator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map_iterator.h31 ASSERT(JSTaggedValue(obj).IsJSAPITreeMapIterator()); in Cast()
Djs_api_tree_map_iterator.cpp37 if (!input->IsJSAPITreeMapIterator()) { in Next()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_tree_map_iterator_test.cpp183 EXPECT_TRUE(treeMapIterator->IsJSAPITreeMapIterator()); in HWTEST_F_L0()
187 EXPECT_TRUE(treeMapIterator->IsJSAPITreeMapIterator()); in HWTEST_F_L0()
191 EXPECT_TRUE(treeMapIterator->IsJSAPITreeMapIterator()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1145 inline bool JSTaggedValue::IsJSAPITreeMapIterator() const in IsJSAPITreeMapIterator() function
1147 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSAPITreeMapIterator(); in IsJSAPITreeMapIterator()
Djs_tagged_value.h645 bool IsJSAPITreeMapIterator() const;
Djs_hclass.h984 inline bool IsJSAPITreeMapIterator() const in IsJSAPITreeMapIterator() function
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_treemap_test.cpp876 EXPECT_TRUE(iterKeys->IsJSAPITreeMapIterator()); in HWTEST_F_L0()
897 EXPECT_TRUE(iterValues->IsJSAPITreeMapIterator()); in HWTEST_F_L0()
971 EXPECT_TRUE(iter->IsJSAPITreeMapIterator()); in HWTEST_F_L0()
1311 EXPECT_TRUE(iterKeys->IsJSAPITreeMapIterator()); in HWTEST_F_L0()