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(); in IsInt8ArrayFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md1896 ### IsInt8Array subsection
1898 bool JSValueRef::IsInt8Array();
1917 bool b = object->IsInt8Array();
Djsnapi_expo.cpp549 bool JSValueRef::IsInt8Array() in IsInt8Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h437 bool IsInt8Array();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp774 ASSERT_TRUE(typedArray->IsInt8Array()); in HWTEST_F_L0()
Dffi_workload.cpp1386 object->IsInt8Array(); in HWTEST_F_L0()
1389 TEST_TIME(JSValueRef::IsInt8Array); in HWTEST_F_L0()
1390 GTEST_LOG_(INFO) << std::boolalpha << object->IsInt8Array(); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp404 if (tagged->IsInt8Array()) { in DescriptionForObject()