Home
last modified time | relevance | path

Searched refs:IsSetIterator (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/setiteratorrefget_fuzzer/
H A Dsetiteratorrefget_fuzzer.cpp65 setIterator1->IsSetIterator(vm); in SetIteratorRefGetFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1098 * IsSetIterator:Determine if it is a set iterator
1115 EXPECT_TRUE(setIterator->IsSetIterator(vm_)); in HWTEST_F_L0()
H A Dffi_workload.cpp5642 ASSERT_TRUE(JSNApiHelper::ToLocal<JSValueRef>(setiter)->IsSetIterator(vm_)); in HWTEST_F_L0()
5645 TEST_TIME(JSValueRef::IsSetIterator); in HWTEST_F_L0()
5655 ASSERT_FALSE(object->IsSetIterator(vm_)); in HWTEST_F_L0()
5658 TEST_TIME(JSValueRef::IsSetIterator); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp213 } else if (value->IsSetIterator(vm_)) { in GetProperties()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp179 if (tagged->IsSetIterator(ecmaVm)) { in FromTagged()
422 if (tagged->IsSetIterator(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h533 bool IsSetIterator(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp619 bool JSValueRef::IsSetIterator(const EcmaVM *vm) in IsSetIterator() function in panda::JSValueRef

Completed in 36 milliseconds