Home
last modified time | relevance | path

Searched refs:IsBigInt64Array (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisbig64array_fuzzer/
Djsvaluerefisbig64array_fuzzer.cpp49 typedArray->IsBigInt64Array(); in JSValueRefIsBigInt64ArrayFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2862 ### IsBigInt64Array subsection
2864 bool IsBigInt64Array();
2883 bool result = object->IsBigInt64Array();
Djsnapi_expo.cpp589 bool JSValueRef::IsBigInt64Array() in IsBigInt64Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h445 bool IsBigInt64Array();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp963 ASSERT_TRUE(typedArray->IsBigInt64Array()); in HWTEST_F_L0()
Dffi_workload.cpp1401 object->IsBigInt64Array(); in HWTEST_F_L0()
1404 TEST_TIME(JSValueRef::IsBigInt64Array); in HWTEST_F_L0()
1405 GTEST_LOG_(INFO) << std::boolalpha << object->IsBigInt64Array(); in HWTEST_F_L0()