Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsnapiisarrayiterator_fuzzer/
Djsnapiisarrayiterator_fuzzer.cpp34 arraybuffer->IsArrayIterator(vm_); in JSNApiIsArrayIterator_FuzzTest()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp173 if (tagged->IsArrayIterator(ecmaVm)) { in FromTagged()
416 if (tagged->IsArrayIterator(ecmaVm)) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2627 ### IsArrayIterator subsection
2629 bool IsArrayIterator();
Djsnapi_expo.cpp601 bool JSValueRef::IsArrayIterator(const EcmaVM *vm) in IsArrayIterator() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h530 bool IsArrayIterator(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp4981 res->IsArrayIterator(vm_); in HWTEST_F_L0()
4984 TEST_TIME(JSValueRef::IsArrayIterator); in HWTEST_F_L0()