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(); in Int32ArrayRefNewFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp584 ASSERT_FALSE(obj->IsInt32Array()); in HWTEST_F_L0()
Djsnapi_first_tests.cpp915 ASSERT_TRUE(typedArray->IsInt32Array()); in HWTEST_F_L0()
Dffi_workload.cpp5725 ASSERT_TRUE(object->IsInt32Array()); in HWTEST_F_L0()
5728 TEST_TIME(JSValueRef::IsInt32Array); in HWTEST_F_L0()
5738 ASSERT_FALSE(object->IsInt32Array()); in HWTEST_F_L0()
5741 TEST_TIME(JSValueRef::IsInt32Array); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3006 ### IsInt32Array subsection
3008 bool JSValueRef::IsInt32Array();
3027 bool res = val->IsInt32Array();
Djsnapi_expo.cpp569 bool JSValueRef::IsInt32Array() in IsInt32Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h441 bool IsInt32Array();
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp410 if (tagged->IsInt32Array()) { in DescriptionForObject()