Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/int32arrayrefnew_fuzzer/
Dint32arrayrefnew_fuzzer.cpp49 int32ArrayRef->IsInt32Array(vm); in Int32ArrayRefNewFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp606 ASSERT_FALSE(obj->IsInt32Array(vm_)); in HWTEST_F_L0()
Dffi_workload.cpp5702 ASSERT_TRUE(object->IsInt32Array(vm_)); in HWTEST_F_L0()
5705 TEST_TIME(JSValueRef::IsInt32Array); in HWTEST_F_L0()
5715 ASSERT_FALSE(object->IsInt32Array(vm_)); in HWTEST_F_L0()
5718 TEST_TIME(JSValueRef::IsInt32Array); in HWTEST_F_L0()
Djsnapi_first_tests.cpp956 ASSERT_TRUE(typedArray->IsInt32Array(vm_)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md3008 ### IsInt32Array subsection
3010 bool JSValueRef::IsInt32Array();
3029 bool res = val->IsInt32Array();
Djsnapi_expo.cpp667 bool JSValueRef::IsInt32Array(const EcmaVM *vm) in IsInt32Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h541 bool IsInt32Array(const EcmaVM *vm);
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp443 if (tagged->IsInt32Array(ecmaVm)) { in DescriptionForObject()