Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefisbig64array_fuzzer/
Djsvaluerefisbig64array_fuzzer.cpp76 typedArray->IsBigUint64Array(); in JSValueRefIsBigUint64ArrayRefNewFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md2886 ### IsBigUint64Array subsection
2888 bool IsBigUint64Array();
2907 bool result = object->IsBigUint64Array();
Djsnapi_expo.cpp594 bool JSValueRef::IsBigUint64Array() in IsBigUint64Array() function in panda::JSValueRef
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h446 bool IsBigUint64Array();
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp986 ASSERT_TRUE(typedArray->IsBigUint64Array()); in HWTEST_F_L0()
Dffi_workload.cpp1416 object->IsBigUint64Array(); in HWTEST_F_L0()
1419 TEST_TIME(JSValueRef::IsBigUint64Array); in HWTEST_F_L0()
1420 GTEST_LOG_(INFO) << std::boolalpha << object->IsBigUint64Array(); in HWTEST_F_L0()