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(vm); in IsInt16ArrayFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md2960 ### IsInt16Array subsection
2962 bool JSValueRef::IsInt16Array();
2981 bool res = val->IsInt16Array();
Djsnapi_expo.cpp655 bool JSValueRef::IsInt16Array(const EcmaVM *vm) in IsInt16Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h539 bool IsInt16Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp3668 ASSERT_TRUE(object->IsInt16Array(vm_)); in HWTEST_F_L0()
3671 TEST_TIME(JSValueRef::IsInt16Array); in HWTEST_F_L0()
3682 ASSERT_FALSE(object->IsInt16Array(vm_)); in HWTEST_F_L0()
3685 TEST_TIME(JSValueRef::IsInt16Array); in HWTEST_F_L0()
Djsnapi_first_tests.cpp886 ASSERT_TRUE(typedArray->IsInt16Array(vm_)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp440 if (tagged->IsInt16Array(ecmaVm)) { in DescriptionForObject()