Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h445 bool IsInt16Array();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp596 ASSERT_TRUE(typedArray->IsInt16Array()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp382 if (tagged->IsInt16Array()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3222 bool JSValueRef::IsInt16Array() in IsInt16Array() function in panda::JSValueRef