Home
last modified time | relevance | path

Searched refs:isBigInt64Array (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/
H A DREADME.en.md534 ├── isBigInt64Array() # isBigInt64Array method
646 | isBigInt64Array(value: Object): boolean | Checks whether the input value is of the **BigInt64Arra…
1260 69. isBigInt64Array()
1264 var result = proc.isBigInt64Array(new Int16Array([]));
H A DREADME.md1371 | ├── isBigInt64Array() # isBigInt64Array方法
1715 | isBigInt64Array(value: Object): boolean | 检查输入的value是否是BigInt64Array数组类型。 |
2536 69.isBigInt64Array()
2540 var result = proc.isBigInt64Array(new Int16Array([]));
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-compiler-and-runtime.md311 | ohos.util | types | isBigInt64Array(value: Object): boolean; | 新增 |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/
H A Djs-apidiff-v3.1-beta.md284 | 语言编译运行时-types | isBigInt64Array(value: Object): boolean; | 新增 | |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-compiler-and-runtime.md311 | ohos.util | types | isBigInt64Array(value: Object): boolean; | Added|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-util.md4939 ### isBigInt64Array<sup>8+</sup>
4941 isBigInt64Array(value: Object): boolean
4965 let result = type.isBigInt64Array(new BigInt64Array([]));
/ohos5.0/docs/en/release-notes/api-diff/v3.1-beta/
H A Djs-apidiff-v3.1-beta.md284 | Multi-language Runtime - types| isBigInt64Array(value: Object): boolean; | Added | |
/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp2273 bool isBigInt64Array = true; variable
2274 napi_is_big_int64_array(env, array, &isBigInt64Array);
2275 ASSERT_EQ(isBigInt64Array, false);
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-util.md4940 ### isBigInt64Array<sup>8+</sup>
4942 isBigInt64Array(value: Object): boolean
4966 let result = type.isBigInt64Array(new BigInt64Array([]));
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md353 |跨平台能力有变化|类名:types;<br>方法or属性:isBigInt64Array(value: Object): boolean;<br>旧版本信息:|类名:types;<br>方法or属…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-compiler-and-runtime.md353 …ute name: isBigInt64Array(value: Object): boolean;<br>Old version information: |Class name: types;…