Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisarray_fuzzer/
Djsvaluerefisarray_fuzzer.cpp36 typedArray->IsInt8Array(vm); in IsInt8ArrayFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md1898 ### IsInt8Array subsection
1900 bool JSValueRef::IsInt8Array();
1919 bool b = object->IsInt8Array();
Djsnapi_expo.cpp643 bool JSValueRef::IsInt8Array(const EcmaVM *vm) in IsInt8Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h537 bool IsInt8Array(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp815 ASSERT_TRUE(typedArray->IsInt8Array(vm_)); in HWTEST_F_L0()
Dffi_workload.cpp1386 object->IsInt8Array(vm_); in HWTEST_F_L0()
1389 TEST_TIME(JSValueRef::IsInt8Array); in HWTEST_F_L0()
1390 GTEST_LOG_(INFO) << std::boolalpha << object->IsInt8Array(vm_); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp437 if (tagged->IsInt8Array(ecmaVm)) { in DescriptionForObject()