Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h447 bool IsInt32Array();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp644 ASSERT_TRUE(typedArray->IsInt32Array()); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp385 if (tagged->IsInt32Array()) { in DescriptionForObject()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3232 bool JSValueRef::IsInt32Array() in IsInt32Array() function in panda::JSValueRef