Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h443 bool IsInt8Array();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp548 ASSERT_TRUE(typedArray->IsInt8Array()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp379 if (tagged->IsInt8Array()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3212 bool JSValueRef::IsInt8Array() in IsInt8Array() function in panda::JSValueRef