Home
last modified time | relevance | path

Searched refs:IsInt16Array (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarray_fuzzer/
Djsvaluerefisarray_fuzzer.cpp85 typedArray->IsInt16Array(); in IsInt16ArrayFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2958 ### IsInt16Array subsection
2960 bool JSValueRef::IsInt16Array();
2979 bool res = val->IsInt16Array();
Djsnapi_expo.cpp559 bool JSValueRef::IsInt16Array() in IsInt16Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h439 bool IsInt16Array();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp845 ASSERT_TRUE(typedArray->IsInt16Array()); in HWTEST_F_L0()
Dffi_workload.cpp3717 ASSERT_TRUE(object->IsInt16Array()); in HWTEST_F_L0()
3720 TEST_TIME(JSValueRef::IsInt16Array); in HWTEST_F_L0()
3731 ASSERT_FALSE(object->IsInt16Array()); in HWTEST_F_L0()
3734 TEST_TIME(JSValueRef::IsInt16Array); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp407 if (tagged->IsInt16Array()) { in DescriptionForObject()