Searched refs:isBigInt64Array (Results 1 – 11 of 11) sorted by relevance
534 ├── isBigInt64Array() # isBigInt64Array method646 | isBigInt64Array(value: Object): boolean | Checks whether the input value is of the **BigInt64Arra…1260 69. isBigInt64Array()1264 var result = proc.isBigInt64Array(new Int16Array([]));
1371 | ├── isBigInt64Array() # isBigInt64Array方法1715 | isBigInt64Array(value: Object): boolean | 检查输入的value是否是BigInt64Array数组类型。 |2536 69.isBigInt64Array()2540 var result = proc.isBigInt64Array(new Int16Array([]));
311 | ohos.util | types | isBigInt64Array(value: Object): boolean; | 新增 |
284 | 语言编译运行时-types | isBigInt64Array(value: Object): boolean; | 新增 | |
311 | ohos.util | types | isBigInt64Array(value: Object): boolean; | Added|
4939 ### isBigInt64Array<sup>8+</sup>4941 isBigInt64Array(value: Object): boolean4965 let result = type.isBigInt64Array(new BigInt64Array([]));
284 | Multi-language Runtime - types| isBigInt64Array(value: Object): boolean; | Added | |
2273 bool isBigInt64Array = true; variable2274 napi_is_big_int64_array(env, array, &isBigInt64Array);2275 ASSERT_EQ(isBigInt64Array, false);
4940 ### isBigInt64Array<sup>8+</sup>4942 isBigInt64Array(value: Object): boolean4966 let result = type.isBigInt64Array(new BigInt64Array([]));
353 |跨平台能力有变化|类名:types;<br>方法or属性:isBigInt64Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属…
353 …ute name: isBigInt64Array(value: Object): boolean;<br>Old version information: |Class name: types;…