Home
last modified time | relevance | path

Searched refs:IsSetIterator (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/
Dsetiteratorrefget_fuzzer.cpp63 setIterator1->IsSetIterator(); in SetIteratorRefGetFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1108 EXPECT_TRUE(setIterator->IsSetIterator()); in HWTEST_F_L0()
Dffi_workload.cpp5665 ASSERT_TRUE(JSNApiHelper::ToLocal<JSValueRef>(setiter)->IsSetIterator()); in HWTEST_F_L0()
5668 TEST_TIME(JSValueRef::IsSetIterator); in HWTEST_F_L0()
5678 ASSERT_FALSE(object->IsSetIterator()); in HWTEST_F_L0()
5681 TEST_TIME(JSValueRef::IsSetIterator); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.cpp182 } else if (value->IsSetIterator()) { in GetProperties()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3160 ### IsSetIterator subsection
3162 bool JSValueRef::IsSetIterator();
3187 bool res = JSNApiHelper::ToLocal<JSValueRef>(setiter)->IsSetIterator();
Djsnapi_expo.cpp524 bool JSValueRef::IsSetIterator() in IsSetIterator() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h432 bool IsSetIterator();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp179 if (tagged->IsSetIterator()) { in FromTagged()
389 if (tagged->IsSetIterator()) { in DescriptionForObject()