Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
23d76a11
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
151
Star
2
Fork
35
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
12
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
12
合并请求
12
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
23d76a11
编写于
7月 01, 2024
作者:
WOSHIMAHAIFENG
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'dev_abuffer' into 'dev'
[array-buffer]添加文档说明 See merge request
!42
上级
58ad3fbc
ecb122b1
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
3744 addition
and
0 deletion
+3744
-0
docs/uts/buildin-object-api/arraybuffer.md
docs/uts/buildin-object-api/arraybuffer.md
+65
-0
docs/uts/buildin-object-api/float32array.md
docs/uts/buildin-object-api/float32array.md
+414
-0
docs/uts/buildin-object-api/float64array.md
docs/uts/buildin-object-api/float64array.md
+410
-0
docs/uts/buildin-object-api/int16array.md
docs/uts/buildin-object-api/int16array.md
+377
-0
docs/uts/buildin-object-api/int32array.md
docs/uts/buildin-object-api/int32array.md
+413
-0
docs/uts/buildin-object-api/int8array.md
docs/uts/buildin-object-api/int8array.md
+413
-0
docs/uts/buildin-object-api/uint16array.md
docs/uts/buildin-object-api/uint16array.md
+413
-0
docs/uts/buildin-object-api/uint32array.md
docs/uts/buildin-object-api/uint32array.md
+413
-0
docs/uts/buildin-object-api/uint8array.md
docs/uts/buildin-object-api/uint8array.md
+413
-0
docs/uts/buildin-object-api/uint8clampedarray.md
docs/uts/buildin-object-api/uint8clampedarray.md
+413
-0
未找到文件。
docs/uts/buildin-object-api/arraybuffer.md
0 → 100644
浏览文件 @
23d76a11
# ArrayBuffer
## 实例属性
### byteLength
<!-- UTSJSON.ArrayBuffer.byteLength.description -->
<!-- UTSJSON.ArrayBuffer.byteLength.param -->
<!-- UTSJSON.ArrayBuffer.byteLength.returnValue -->
<!-- UTSJSON.ArrayBuffer.byteLength.compatibility -->
<!-- UTSJSON.ArrayBuffer.byteLength.tutorial -->
## 实例方法
### slice(begin, end?)
<!-- UTSJSON.ArrayBuffer.slice.description -->
<!-- UTSJSON.ArrayBuffer.slice.param -->
<!-- UTSJSON.ArrayBuffer.slice.returnValue -->
<!-- UTSJSON.ArrayBuffer.slice.compatibility -->
<!-- UTSJSON.ArrayBuffer.slice.tutorial -->
## 构造方法
### Constructor(byteLength)
<!-- UTSJSON.ArrayBuffer.Constructor.description -->
<!-- UTSJSON.ArrayBuffer.Constructor.param -->
<!-- UTSJSON.ArrayBuffer.Constructor.returnValue -->
<!-- UTSJSON.ArrayBuffer.Constructor.compatibility -->
<!-- UTSJSON.ArrayBuffer.Constructor.tutorial -->
## 静态方法
### isView(arg)
<!-- UTSJSON.ArrayBuffer.isView.description -->
<!-- UTSJSON.ArrayBuffer.isView.param -->
<!-- UTSJSON.ArrayBuffer.isView.returnValue -->
<!-- UTSJSON.ArrayBuffer.isView.compatibility -->
<!-- UTSJSON.ArrayBuffer.isView.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/float32array.md
0 → 100644
浏览文件 @
23d76a11
# Float32Array
## 构造函数
### Constructor(length)
<!-- UTSJSON.Float32Array.Constructor.description -->
<!-- UTSJSON.Float32Array.Constructor.param -->
<!-- UTSJSON.Float32Array.Constructor.returnValue -->
<!-- UTSJSON.Float32Array.Constructor.compatibility -->
<!-- UTSJSON.Float32Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Float32Array.Constructor_1.description -->
<!-- UTSJSON.Float32Array.Constructor_1.param -->
<!-- UTSJSON.Float32Array.Constructor_1.returnValue -->
<!-- UTSJSON.Float32Array.Constructor_1.compatibility -->
<!-- UTSJSON.Float32Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Float32Array.Constructor_2.description -->
<!-- UTSJSON.Float32Array.Constructor_2.param -->
<!-- UTSJSON.Float32Array.Constructor_2.returnValue -->
<!-- UTSJSON.Float32Array.Constructor_2.compatibility -->
<!-- UTSJSON.Float32Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Float32Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Float32Array.buffer.description -->
<!-- UTSJSON.Float32Array.buffer.param -->
<!-- UTSJSON.Float32Array.buffer.returnValue -->
<!-- UTSJSON.Float32Array.buffer.compatibility -->
<!-- UTSJSON.Float32Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Float32Array.byteLength.description -->
<!-- UTSJSON.Float32Array.byteLength.param -->
<!-- UTSJSON.Float32Array.byteLength.returnValue -->
<!-- UTSJSON.Float32Array.byteLength.compatibility -->
<!-- UTSJSON.Float32Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Float32Array.byteOffset.description -->
<!-- UTSJSON.Float32Array.byteOffset.param -->
<!-- UTSJSON.Float32Array.byteOffset.returnValue -->
<!-- UTSJSON.Float32Array.byteOffset.compatibility -->
<!-- UTSJSON.Float32Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Float32Array.copyWithin.description -->
<!-- UTSJSON.Float32Array.copyWithin.param -->
<!-- UTSJSON.Float32Array.copyWithin.returnValue -->
<!-- UTSJSON.Float32Array.copyWithin.compatibility -->
<!-- UTSJSON.Float32Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Float32Array.every.description -->
<!-- UTSJSON.Float32Array.every.param -->
<!-- UTSJSON.Float32Array.every.returnValue -->
<!-- UTSJSON.Float32Array.every.compatibility -->
<!-- UTSJSON.Float32Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Float32Array.fill.description -->
<!-- UTSJSON.Float32Array.fill.param -->
<!-- UTSJSON.Float32Array.fill.returnValue -->
<!-- UTSJSON.Float32Array.fill.compatibility -->
<!-- UTSJSON.Float32Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Float32Array.filter.description -->
<!-- UTSJSON.Float32Array.filter.param -->
<!-- UTSJSON.Float32Array.filter.returnValue -->
<!-- UTSJSON.Float32Array.filter.compatibility -->
<!-- UTSJSON.Float32Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Float32Array.find.description -->
<!-- UTSJSON.Float32Array.find.param -->
<!-- UTSJSON.Float32Array.find.returnValue -->
<!-- UTSJSON.Float32Array.find.compatibility -->
<!-- UTSJSON.Float32Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Float32Array.findIndex.description -->
<!-- UTSJSON.Float32Array.findIndex.param -->
<!-- UTSJSON.Float32Array.findIndex.returnValue -->
<!-- UTSJSON.Float32Array.findIndex.compatibility -->
<!-- UTSJSON.Float32Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Float32Array.forEach.description -->
<!-- UTSJSON.Float32Array.forEach.param -->
<!-- UTSJSON.Float32Array.forEach.returnValue -->
<!-- UTSJSON.Float32Array.forEach.compatibility -->
<!-- UTSJSON.Float32Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Float32Array.indexOf.description -->
<!-- UTSJSON.Float32Array.indexOf.param -->
<!-- UTSJSON.Float32Array.indexOf.returnValue -->
<!-- UTSJSON.Float32Array.indexOf.compatibility -->
<!-- UTSJSON.Float32Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Float32Array.join.description -->
<!-- UTSJSON.Float32Array.join.param -->
<!-- UTSJSON.Float32Array.join.returnValue -->
<!-- UTSJSON.Float32Array.join.compatibility -->
<!-- UTSJSON.Float32Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Float32Array.lastIndexOf.description -->
<!-- UTSJSON.Float32Array.lastIndexOf.param -->
<!-- UTSJSON.Float32Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Float32Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Float32Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Float32Array.map.description -->
<!-- UTSJSON.Float32Array.map.param -->
<!-- UTSJSON.Float32Array.map.returnValue -->
<!-- UTSJSON.Float32Array.map.compatibility -->
<!-- UTSJSON.Float32Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Float32Array.reduce.description -->
<!-- UTSJSON.Float32Array.reduce.param -->
<!-- UTSJSON.Float32Array.reduce.returnValue -->
<!-- UTSJSON.Float32Array.reduce.compatibility -->
<!-- UTSJSON.Float32Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Float32Array.reduceRight.description -->
<!-- UTSJSON.Float32Array.reduceRight.param -->
<!-- UTSJSON.Float32Array.reduceRight.returnValue -->
<!-- UTSJSON.Float32Array.reduceRight.compatibility -->
<!-- UTSJSON.Float32Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Float32Array.reverse.description -->
<!-- UTSJSON.Float32Array.reverse.param -->
<!-- UTSJSON.Float32Array.reverse.returnValue -->
<!-- UTSJSON.Float32Array.reverse.compatibility -->
<!-- UTSJSON.Float32Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Float32Array.set.description -->
<!-- UTSJSON.Float32Array.set.param -->
<!-- UTSJSON.Float32Array.set.returnValue -->
<!-- UTSJSON.Float32Array.set.compatibility -->
<!-- UTSJSON.Float32Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Float32Array.slice.description -->
<!-- UTSJSON.Float32Array.slice.param -->
<!-- UTSJSON.Float32Array.slice.returnValue -->
<!-- UTSJSON.Float32Array.slice.compatibility -->
<!-- UTSJSON.Float32Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Float32Array.some.description -->
<!-- UTSJSON.Float32Array.some.param -->
<!-- UTSJSON.Float32Array.some.returnValue -->
<!-- UTSJSON.Float32Array.some.compatibility -->
<!-- UTSJSON.Float32Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Float32Array.sort.description -->
<!-- UTSJSON.Float32Array.sort.param -->
<!-- UTSJSON.Float32Array.sort.returnValue -->
<!-- UTSJSON.Float32Array.sort.compatibility -->
<!-- UTSJSON.Float32Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Float32Array.subarray.description -->
<!-- UTSJSON.Float32Array.subarray.param -->
<!-- UTSJSON.Float32Array.subarray.returnValue -->
<!-- UTSJSON.Float32Array.subarray.compatibility -->
<!-- UTSJSON.Float32Array.subarray.tutorial -->
### toString()
<!-- UTSJSON.Float32Array.toString.description -->
<!-- UTSJSON.Float32Array.toString.param -->
<!-- UTSJSON.Float32Array.toString.returnValue -->
<!-- UTSJSON.Float32Array.toString.compatibility -->
<!-- UTSJSON.Float32Array.toString.tutorial -->
### values()
<!-- UTSJSON.Float32Array.values.description -->
<!-- UTSJSON.Float32Array.values.param -->
<!-- UTSJSON.Float32Array.values.returnValue -->
<!-- UTSJSON.Float32Array.values.compatibility -->
<!-- UTSJSON.Float32Array.values.tutorial -->
### entries()
<!-- UTSJSON.Float32Array.entries.description -->
<!-- UTSJSON.Float32Array.entries.param -->
<!-- UTSJSON.Float32Array.entries.returnValue -->
<!-- UTSJSON.Float32Array.entries.compatibility -->
<!-- UTSJSON.Float32Array.entries.tutorial -->
### keys()
<!-- UTSJSON.Float32Array.keys.description -->
<!-- UTSJSON.Float32Array.keys.param -->
<!-- UTSJSON.Float32Array.keys.returnValue -->
<!-- UTSJSON.Float32Array.keys.compatibility -->
<!-- UTSJSON.Float32Array.keys.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Float32Array.of.description -->
<!-- UTSJSON.Float32Array.of.param -->
<!-- UTSJSON.Float32Array.of.returnValue -->
<!-- UTSJSON.Float32Array.of.compatibility -->
<!-- UTSJSON.Float32Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Float32Array.from.description -->
<!-- UTSJSON.Float32Array.from.param -->
<!-- UTSJSON.Float32Array.from.returnValue -->
<!-- UTSJSON.Float32Array.from.compatibility -->
<!-- UTSJSON.Float32Array.from.tutorial -->
docs/uts/buildin-object-api/float64array.md
0 → 100644
浏览文件 @
23d76a11
# Float64Array
### Constructor(length)
<!-- UTSJSON.Float64Array.Constructor.description -->
<!-- UTSJSON.Float64Array.Constructor.param -->
<!-- UTSJSON.Float64Array.Constructor.returnValue -->
<!-- UTSJSON.Float64Array.Constructor.compatibility -->
<!-- UTSJSON.Float64Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Float64Array.Constructor_1.description -->
<!-- UTSJSON.Float64Array.Constructor_1.param -->
<!-- UTSJSON.Float64Array.Constructor_1.returnValue -->
<!-- UTSJSON.Float64Array.Constructor_1.compatibility -->
<!-- UTSJSON.Float64Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Float64Array.Constructor_2.description -->
<!-- UTSJSON.Float64Array.Constructor_2.param -->
<!-- UTSJSON.Float64Array.Constructor_2.returnValue -->
<!-- UTSJSON.Float64Array.Constructor_2.compatibility -->
<!-- UTSJSON.Float64Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Float64Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Float64Array.buffer.description -->
<!-- UTSJSON.Float64Array.buffer.param -->
<!-- UTSJSON.Float64Array.buffer.returnValue -->
<!-- UTSJSON.Float64Array.buffer.compatibility -->
<!-- UTSJSON.Float64Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Float64Array.byteLength.description -->
<!-- UTSJSON.Float64Array.byteLength.param -->
<!-- UTSJSON.Float64Array.byteLength.returnValue -->
<!-- UTSJSON.Float64Array.byteLength.compatibility -->
<!-- UTSJSON.Float64Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Float64Array.byteOffset.description -->
<!-- UTSJSON.Float64Array.byteOffset.param -->
<!-- UTSJSON.Float64Array.byteOffset.returnValue -->
<!-- UTSJSON.Float64Array.byteOffset.compatibility -->
<!-- UTSJSON.Float64Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Float64Array.copyWithin.description -->
<!-- UTSJSON.Float64Array.copyWithin.param -->
<!-- UTSJSON.Float64Array.copyWithin.returnValue -->
<!-- UTSJSON.Float64Array.copyWithin.compatibility -->
<!-- UTSJSON.Float64Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Float64Array.every.description -->
<!-- UTSJSON.Float64Array.every.param -->
<!-- UTSJSON.Float64Array.every.returnValue -->
<!-- UTSJSON.Float64Array.every.compatibility -->
<!-- UTSJSON.Float64Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Float64Array.fill.description -->
<!-- UTSJSON.Float64Array.fill.param -->
<!-- UTSJSON.Float64Array.fill.returnValue -->
<!-- UTSJSON.Float64Array.fill.compatibility -->
<!-- UTSJSON.Float64Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Float64Array.filter.description -->
<!-- UTSJSON.Float64Array.filter.param -->
<!-- UTSJSON.Float64Array.filter.returnValue -->
<!-- UTSJSON.Float64Array.filter.compatibility -->
<!-- UTSJSON.Float64Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Float64Array.find.description -->
<!-- UTSJSON.Float64Array.find.param -->
<!-- UTSJSON.Float64Array.find.returnValue -->
<!-- UTSJSON.Float64Array.find.compatibility -->
<!-- UTSJSON.Float64Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Float64Array.findIndex.description -->
<!-- UTSJSON.Float64Array.findIndex.param -->
<!-- UTSJSON.Float64Array.findIndex.returnValue -->
<!-- UTSJSON.Float64Array.findIndex.compatibility -->
<!-- UTSJSON.Float64Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Float64Array.forEach.description -->
<!-- UTSJSON.Float64Array.forEach.param -->
<!-- UTSJSON.Float64Array.forEach.returnValue -->
<!-- UTSJSON.Float64Array.forEach.compatibility -->
<!-- UTSJSON.Float64Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Float64Array.indexOf.description -->
<!-- UTSJSON.Float64Array.indexOf.param -->
<!-- UTSJSON.Float64Array.indexOf.returnValue -->
<!-- UTSJSON.Float64Array.indexOf.compatibility -->
<!-- UTSJSON.Float64Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Float64Array.join.description -->
<!-- UTSJSON.Float64Array.join.param -->
<!-- UTSJSON.Float64Array.join.returnValue -->
<!-- UTSJSON.Float64Array.join.compatibility -->
<!-- UTSJSON.Float64Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Float64Array.lastIndexOf.description -->
<!-- UTSJSON.Float64Array.lastIndexOf.param -->
<!-- UTSJSON.Float64Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Float64Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Float64Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Float64Array.map.description -->
<!-- UTSJSON.Float64Array.map.param -->
<!-- UTSJSON.Float64Array.map.returnValue -->
<!-- UTSJSON.Float64Array.map.compatibility -->
<!-- UTSJSON.Float64Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Float64Array.reduce.description -->
<!-- UTSJSON.Float64Array.reduce.param -->
<!-- UTSJSON.Float64Array.reduce.returnValue -->
<!-- UTSJSON.Float64Array.reduce.compatibility -->
<!-- UTSJSON.Float64Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Float64Array.reduceRight.description -->
<!-- UTSJSON.Float64Array.reduceRight.param -->
<!-- UTSJSON.Float64Array.reduceRight.returnValue -->
<!-- UTSJSON.Float64Array.reduceRight.compatibility -->
<!-- UTSJSON.Float64Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Float64Array.reverse.description -->
<!-- UTSJSON.Float64Array.reverse.param -->
<!-- UTSJSON.Float64Array.reverse.returnValue -->
<!-- UTSJSON.Float64Array.reverse.compatibility -->
<!-- UTSJSON.Float64Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Float64Array.set.description -->
<!-- UTSJSON.Float64Array.set.param -->
<!-- UTSJSON.Float64Array.set.returnValue -->
<!-- UTSJSON.Float64Array.set.compatibility -->
<!-- UTSJSON.Float64Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Float64Array.slice.description -->
<!-- UTSJSON.Float64Array.slice.param -->
<!-- UTSJSON.Float64Array.slice.returnValue -->
<!-- UTSJSON.Float64Array.slice.compatibility -->
<!-- UTSJSON.Float64Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Float64Array.some.description -->
<!-- UTSJSON.Float64Array.some.param -->
<!-- UTSJSON.Float64Array.some.returnValue -->
<!-- UTSJSON.Float64Array.some.compatibility -->
<!-- UTSJSON.Float64Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Float64Array.sort.description -->
<!-- UTSJSON.Float64Array.sort.param -->
<!-- UTSJSON.Float64Array.sort.returnValue -->
<!-- UTSJSON.Float64Array.sort.compatibility -->
<!-- UTSJSON.Float64Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Float64Array.subarray.description -->
<!-- UTSJSON.Float64Array.subarray.param -->
<!-- UTSJSON.Float64Array.subarray.returnValue -->
<!-- UTSJSON.Float64Array.subarray.compatibility -->
<!-- UTSJSON.Float64Array.subarray.tutorial -->
### toString()
<!-- UTSJSON.Float64Array.toString.description -->
<!-- UTSJSON.Float64Array.toString.param -->
<!-- UTSJSON.Float64Array.toString.returnValue -->
<!-- UTSJSON.Float64Array.toString.compatibility -->
<!-- UTSJSON.Float64Array.toString.tutorial -->
### values()
<!-- UTSJSON.Float64Array.values.description -->
<!-- UTSJSON.Float64Array.values.param -->
<!-- UTSJSON.Float64Array.values.returnValue -->
<!-- UTSJSON.Float64Array.values.compatibility -->
<!-- UTSJSON.Float64Array.values.tutorial -->
### entries()
<!-- UTSJSON.Float64Array.entries.description -->
<!-- UTSJSON.Float64Array.entries.param -->
<!-- UTSJSON.Float64Array.entries.returnValue -->
<!-- UTSJSON.Float64Array.entries.compatibility -->
<!-- UTSJSON.Float64Array.entries.tutorial -->
### keys()
<!-- UTSJSON.Float64Array.keys.description -->
<!-- UTSJSON.Float64Array.keys.param -->
<!-- UTSJSON.Float64Array.keys.returnValue -->
<!-- UTSJSON.Float64Array.keys.compatibility -->
<!-- UTSJSON.Float64Array.keys.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Float64Array.of.description -->
<!-- UTSJSON.Float64Array.of.param -->
<!-- UTSJSON.Float64Array.of.returnValue -->
<!-- UTSJSON.Float64Array.of.compatibility -->
<!-- UTSJSON.Float64Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Float64Array.from.description -->
<!-- UTSJSON.Float64Array.from.param -->
<!-- UTSJSON.Float64Array.from.returnValue -->
<!-- UTSJSON.Float64Array.from.compatibility -->
<!-- UTSJSON.Float64Array.from.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/int16array.md
0 → 100644
浏览文件 @
23d76a11
# Int16Array
## 构造函数
### Constructor(length)
<!-- UTSJSON.Int16Array.Constructor.description -->
<!-- UTSJSON.Int16Array.Constructor.param -->
<!-- UTSJSON.Int16Array.Constructor.returnValue -->
<!-- UTSJSON.Int16Array.Constructor.compatibility -->
<!-- UTSJSON.Int16Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Int16Array.Constructor_1.description -->
<!-- UTSJSON.Int16Array.Constructor_1.param -->
<!-- UTSJSON.Int16Array.Constructor_1.returnValue -->
<!-- UTSJSON.Int16Array.Constructor_1.compatibility -->
<!-- UTSJSON.Int16Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Int16Array.Constructor_2.description -->
<!-- UTSJSON.Int16Array.Constructor_2.param -->
<!-- UTSJSON.Int16Array.Constructor_2.returnValue -->
<!-- UTSJSON.Int16Array.Constructor_2.compatibility -->
<!-- UTSJSON.Int16Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Int16Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Int16Array.buffer.description -->
<!-- UTSJSON.Int16Array.buffer.param -->
<!-- UTSJSON.Int16Array.buffer.returnValue -->
<!-- UTSJSON.Int16Array.buffer.compatibility -->
<!-- UTSJSON.Int16Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Int16Array.byteLength.description -->
<!-- UTSJSON.Int16Array.byteLength.param -->
<!-- UTSJSON.Int16Array.byteLength.returnValue -->
<!-- UTSJSON.Int16Array.byteLength.compatibility -->
<!-- UTSJSON.Int16Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Int16Array.byteOffset.description -->
<!-- UTSJSON.Int16Array.byteOffset.param -->
<!-- UTSJSON.Int16Array.byteOffset.returnValue -->
<!-- UTSJSON.Int16Array.byteOffset.compatibility -->
<!-- UTSJSON.Int16Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Int16Array.copyWithin.description -->
<!-- UTSJSON.Int16Array.copyWithin.param -->
<!-- UTSJSON.Int16Array.copyWithin.returnValue -->
<!-- UTSJSON.Int16Array.copyWithin.compatibility -->
<!-- UTSJSON.Int16Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Int16Array.every.description -->
<!-- UTSJSON.Int16Array.every.param -->
<!-- UTSJSON.Int16Array.every.returnValue -->
<!-- UTSJSON.Int16Array.every.compatibility -->
<!-- UTSJSON.Int16Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Int16Array.fill.description -->
<!-- UTSJSON.Int16Array.fill.param -->
<!-- UTSJSON.Int16Array.fill.returnValue -->
<!-- UTSJSON.Int16Array.fill.compatibility -->
<!-- UTSJSON.Int16Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Int16Array.filter.description -->
<!-- UTSJSON.Int16Array.filter.param -->
<!-- UTSJSON.Int16Array.filter.returnValue -->
<!-- UTSJSON.Int16Array.filter.compatibility -->
<!-- UTSJSON.Int16Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Int16Array.find.description -->
<!-- UTSJSON.Int16Array.find.param -->
<!-- UTSJSON.Int16Array.find.returnValue -->
<!-- UTSJSON.Int16Array.find.compatibility -->
<!-- UTSJSON.Int16Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Int16Array.findIndex.description -->
<!-- UTSJSON.Int16Array.findIndex.param -->
<!-- UTSJSON.Int16Array.findIndex.returnValue -->
<!-- UTSJSON.Int16Array.findIndex.compatibility -->
<!-- UTSJSON.Int16Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Int16Array.forEach.description -->
<!-- UTSJSON.Int16Array.forEach.param -->
<!-- UTSJSON.Int16Array.forEach.returnValue -->
<!-- UTSJSON.Int16Array.forEach.compatibility -->
<!-- UTSJSON.Int16Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Int16Array.indexOf.description -->
<!-- UTSJSON.Int16Array.indexOf.param -->
<!-- UTSJSON.Int16Array.indexOf.returnValue -->
<!-- UTSJSON.Int16Array.indexOf.compatibility -->
<!-- UTSJSON.Int16Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Int16Array.join.description -->
<!-- UTSJSON.Int16Array.join.param -->
<!-- UTSJSON.Int16Array.join.returnValue -->
<!-- UTSJSON.Int16Array.join.compatibility -->
<!-- UTSJSON.Int16Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Int16Array.lastIndexOf.description -->
<!-- UTSJSON.Int16Array.lastIndexOf.param -->
<!-- UTSJSON.Int16Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Int16Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Int16Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Int16Array.map.description -->
<!-- UTSJSON.Int16Array.map.param -->
<!-- UTSJSON.Int16Array.map.returnValue -->
<!-- UTSJSON.Int16Array.map.compatibility -->
<!-- UTSJSON.Int16Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Int16Array.reduce.description -->
<!-- UTSJSON.Int16Array.reduce.param -->
<!-- UTSJSON.Int16Array.reduce.returnValue -->
<!-- UTSJSON.Int16Array.reduce.compatibility -->
<!-- UTSJSON.Int16Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Int16Array.reduceRight.description -->
<!-- UTSJSON.Int16Array.reduceRight.param -->
<!-- UTSJSON.Int16Array.reduceRight.returnValue -->
<!-- UTSJSON.Int16Array.reduceRight.compatibility -->
<!-- UTSJSON.Int16Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Int16Array.reverse.description -->
<!-- UTSJSON.Int16Array.reverse.param -->
<!-- UTSJSON.Int16Array.reverse.returnValue -->
<!-- UTSJSON.Int16Array.reverse.compatibility -->
<!-- UTSJSON.Int16Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Int16Array.set.description -->
<!-- UTSJSON.Int16Array.set.param -->
<!-- UTSJSON.Int16Array.set.returnValue -->
<!-- UTSJSON.Int16Array.set.compatibility -->
<!-- UTSJSON.Int16Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Int16Array.slice.description -->
<!-- UTSJSON.Int16Array.slice.param -->
<!-- UTSJSON.Int16Array.slice.returnValue -->
<!-- UTSJSON.Int16Array.slice.compatibility -->
<!-- UTSJSON.Int16Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Int16Array.some.description -->
<!-- UTSJSON.Int16Array.some.param -->
<!-- UTSJSON.Int16Array.some.returnValue -->
<!-- UTSJSON.Int16Array.some.compatibility -->
<!-- UTSJSON.Int16Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Int16Array.sort.description -->
<!-- UTSJSON.Int16Array.sort.param -->
<!-- UTSJSON.Int16Array.sort.returnValue -->
<!-- UTSJSON.Int16Array.sort.compatibility -->
<!-- UTSJSON.Int16Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Int16Array.subarray.description -->
<!-- UTSJSON.Int16Array.subarray.param -->
<!-- UTSJSON.Int16Array.subarray.returnValue -->
<!-- UTSJSON.Int16Array.subarray.compatibility -->
<!-- UTSJSON.Int16Array.subarray.tutorial -->
### toString()
<!-- UTSJSON.Int16Array.toString.description -->
<!-- UTSJSON.Int16Array.toString.param -->
<!-- UTSJSON.Int16Array.toString.returnValue -->
<!-- UTSJSON.Int16Array.toString.compatibility -->
<!-- UTSJSON.Int16Array.toString.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Int16Array.of.description -->
<!-- UTSJSON.Int16Array.of.param -->
<!-- UTSJSON.Int16Array.of.returnValue -->
<!-- UTSJSON.Int16Array.of.compatibility -->
<!-- UTSJSON.Int16Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Int16Array.from.description -->
<!-- UTSJSON.Int16Array.from.param -->
<!-- UTSJSON.Int16Array.from.returnValue -->
<!-- UTSJSON.Int16Array.from.compatibility -->
<!-- UTSJSON.Int16Array.from.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/int32array.md
0 → 100644
浏览文件 @
23d76a11
# Int32Array
## 构造函数
### Constructor(length)
<!-- UTSJSON.Int32Array.Constructor.description -->
<!-- UTSJSON.Int32Array.Constructor.param -->
<!-- UTSJSON.Int32Array.Constructor.returnValue -->
<!-- UTSJSON.Int32Array.Constructor.compatibility -->
<!-- UTSJSON.Int32Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Int32Array.Constructor_1.description -->
<!-- UTSJSON.Int32Array.Constructor_1.param -->
<!-- UTSJSON.Int32Array.Constructor_1.returnValue -->
<!-- UTSJSON.Int32Array.Constructor_1.compatibility -->
<!-- UTSJSON.Int32Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Int32Array.Constructor_2.description -->
<!-- UTSJSON.Int32Array.Constructor_2.param -->
<!-- UTSJSON.Int32Array.Constructor_2.returnValue -->
<!-- UTSJSON.Int32Array.Constructor_2.compatibility -->
<!-- UTSJSON.Int32Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Int32Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Int32Array.buffer.description -->
<!-- UTSJSON.Int32Array.buffer.param -->
<!-- UTSJSON.Int32Array.buffer.returnValue -->
<!-- UTSJSON.Int32Array.buffer.compatibility -->
<!-- UTSJSON.Int32Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Int32Array.byteLength.description -->
<!-- UTSJSON.Int32Array.byteLength.param -->
<!-- UTSJSON.Int32Array.byteLength.returnValue -->
<!-- UTSJSON.Int32Array.byteLength.compatibility -->
<!-- UTSJSON.Int32Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Int32Array.byteOffset.description -->
<!-- UTSJSON.Int32Array.byteOffset.param -->
<!-- UTSJSON.Int32Array.byteOffset.returnValue -->
<!-- UTSJSON.Int32Array.byteOffset.compatibility -->
<!-- UTSJSON.Int32Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Int32Array.copyWithin.description -->
<!-- UTSJSON.Int32Array.copyWithin.param -->
<!-- UTSJSON.Int32Array.copyWithin.returnValue -->
<!-- UTSJSON.Int32Array.copyWithin.compatibility -->
<!-- UTSJSON.Int32Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Int32Array.every.description -->
<!-- UTSJSON.Int32Array.every.param -->
<!-- UTSJSON.Int32Array.every.returnValue -->
<!-- UTSJSON.Int32Array.every.compatibility -->
<!-- UTSJSON.Int32Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Int32Array.fill.description -->
<!-- UTSJSON.Int32Array.fill.param -->
<!-- UTSJSON.Int32Array.fill.returnValue -->
<!-- UTSJSON.Int32Array.fill.compatibility -->
<!-- UTSJSON.Int32Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Int32Array.filter.description -->
<!-- UTSJSON.Int32Array.filter.param -->
<!-- UTSJSON.Int32Array.filter.returnValue -->
<!-- UTSJSON.Int32Array.filter.compatibility -->
<!-- UTSJSON.Int32Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Int32Array.find.description -->
<!-- UTSJSON.Int32Array.find.param -->
<!-- UTSJSON.Int32Array.find.returnValue -->
<!-- UTSJSON.Int32Array.find.compatibility -->
<!-- UTSJSON.Int32Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Int32Array.findIndex.description -->
<!-- UTSJSON.Int32Array.findIndex.param -->
<!-- UTSJSON.Int32Array.findIndex.returnValue -->
<!-- UTSJSON.Int32Array.findIndex.compatibility -->
<!-- UTSJSON.Int32Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Int32Array.forEach.description -->
<!-- UTSJSON.Int32Array.forEach.param -->
<!-- UTSJSON.Int32Array.forEach.returnValue -->
<!-- UTSJSON.Int32Array.forEach.compatibility -->
<!-- UTSJSON.Int32Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Int32Array.indexOf.description -->
<!-- UTSJSON.Int32Array.indexOf.param -->
<!-- UTSJSON.Int32Array.indexOf.returnValue -->
<!-- UTSJSON.Int32Array.indexOf.compatibility -->
<!-- UTSJSON.Int32Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Int32Array.join.description -->
<!-- UTSJSON.Int32Array.join.param -->
<!-- UTSJSON.Int32Array.join.returnValue -->
<!-- UTSJSON.Int32Array.join.compatibility -->
<!-- UTSJSON.Int32Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Int32Array.lastIndexOf.description -->
<!-- UTSJSON.Int32Array.lastIndexOf.param -->
<!-- UTSJSON.Int32Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Int32Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Int32Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Int32Array.map.description -->
<!-- UTSJSON.Int32Array.map.param -->
<!-- UTSJSON.Int32Array.map.returnValue -->
<!-- UTSJSON.Int32Array.map.compatibility -->
<!-- UTSJSON.Int32Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Int32Array.reduce.description -->
<!-- UTSJSON.Int32Array.reduce.param -->
<!-- UTSJSON.Int32Array.reduce.returnValue -->
<!-- UTSJSON.Int32Array.reduce.compatibility -->
<!-- UTSJSON.Int32Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Int32Array.reduceRight.description -->
<!-- UTSJSON.Int32Array.reduceRight.param -->
<!-- UTSJSON.Int32Array.reduceRight.returnValue -->
<!-- UTSJSON.Int32Array.reduceRight.compatibility -->
<!-- UTSJSON.Int32Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Int32Array.reverse.description -->
<!-- UTSJSON.Int32Array.reverse.param -->
<!-- UTSJSON.Int32Array.reverse.returnValue -->
<!-- UTSJSON.Int32Array.reverse.compatibility -->
<!-- UTSJSON.Int32Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Int32Array.set.description -->
<!-- UTSJSON.Int32Array.set.param -->
<!-- UTSJSON.Int32Array.set.returnValue -->
<!-- UTSJSON.Int32Array.set.compatibility -->
<!-- UTSJSON.Int32Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Int32Array.slice.description -->
<!-- UTSJSON.Int32Array.slice.param -->
<!-- UTSJSON.Int32Array.slice.returnValue -->
<!-- UTSJSON.Int32Array.slice.compatibility -->
<!-- UTSJSON.Int32Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Int32Array.some.description -->
<!-- UTSJSON.Int32Array.some.param -->
<!-- UTSJSON.Int32Array.some.returnValue -->
<!-- UTSJSON.Int32Array.some.compatibility -->
<!-- UTSJSON.Int32Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Int32Array.sort.description -->
<!-- UTSJSON.Int32Array.sort.param -->
<!-- UTSJSON.Int32Array.sort.returnValue -->
<!-- UTSJSON.Int32Array.sort.compatibility -->
<!-- UTSJSON.Int32Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Int32Array.subarray.description -->
<!-- UTSJSON.Int32Array.subarray.param -->
<!-- UTSJSON.Int32Array.subarray.returnValue -->
<!-- UTSJSON.Int32Array.subarray.compatibility -->
<!-- UTSJSON.Int32Array.subarray.tutorial -->
### toString()
<!-- UTSJSON.Int32Array.toString.description -->
<!-- UTSJSON.Int32Array.toString.param -->
<!-- UTSJSON.Int32Array.toString.returnValue -->
<!-- UTSJSON.Int32Array.toString.compatibility -->
<!-- UTSJSON.Int32Array.toString.tutorial -->
### values()
<!-- UTSJSON.Int32Array.values.description -->
<!-- UTSJSON.Int32Array.values.param -->
<!-- UTSJSON.Int32Array.values.returnValue -->
<!-- UTSJSON.Int32Array.values.compatibility -->
<!-- UTSJSON.Int32Array.values.tutorial -->
### entries()
<!-- UTSJSON.Int32Array.entries.description -->
<!-- UTSJSON.Int32Array.entries.param -->
<!-- UTSJSON.Int32Array.entries.returnValue -->
<!-- UTSJSON.Int32Array.entries.compatibility -->
<!-- UTSJSON.Int32Array.entries.tutorial -->
### keys()
<!-- UTSJSON.Int32Array.keys.description -->
<!-- UTSJSON.Int32Array.keys.param -->
<!-- UTSJSON.Int32Array.keys.returnValue -->
<!-- UTSJSON.Int32Array.keys.compatibility -->
<!-- UTSJSON.Int32Array.keys.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Int32Array.of.description -->
<!-- UTSJSON.Int32Array.of.param -->
<!-- UTSJSON.Int32Array.of.returnValue -->
<!-- UTSJSON.Int32Array.of.compatibility -->
<!-- UTSJSON.Int32Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Int32Array.from.description -->
<!-- UTSJSON.Int32Array.from.param -->
<!-- UTSJSON.Int32Array.from.returnValue -->
<!-- UTSJSON.Int32Array.from.compatibility -->
<!-- UTSJSON.Int32Array.from.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/int8array.md
0 → 100644
浏览文件 @
23d76a11
# Int8Array
## 构造函数
### Constructor(length)
<!-- UTSJSON.Int8Array.Constructor.description -->
<!-- UTSJSON.Int8Array.Constructor.param -->
<!-- UTSJSON.Int8Array.Constructor.returnValue -->
<!-- UTSJSON.Int8Array.Constructor.compatibility -->
<!-- UTSJSON.Int8Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Int8Array.Constructor_1.description -->
<!-- UTSJSON.Int8Array.Constructor_1.param -->
<!-- UTSJSON.Int8Array.Constructor_1.returnValue -->
<!-- UTSJSON.Int8Array.Constructor_1.compatibility -->
<!-- UTSJSON.Int8Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Int8Array.Constructor_2.description -->
<!-- UTSJSON.Int8Array.Constructor_2.param -->
<!-- UTSJSON.Int8Array.Constructor_2.returnValue -->
<!-- UTSJSON.Int8Array.Constructor_2.compatibility -->
<!-- UTSJSON.Int8Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Int8Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Int8Array.buffer.description -->
<!-- UTSJSON.Int8Array.buffer.param -->
<!-- UTSJSON.Int8Array.buffer.returnValue -->
<!-- UTSJSON.Int8Array.buffer.compatibility -->
<!-- UTSJSON.Int8Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Int8Array.byteLength.description -->
<!-- UTSJSON.Int8Array.byteLength.param -->
<!-- UTSJSON.Int8Array.byteLength.returnValue -->
<!-- UTSJSON.Int8Array.byteLength.compatibility -->
<!-- UTSJSON.Int8Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Int8Array.byteOffset.description -->
<!-- UTSJSON.Int8Array.byteOffset.param -->
<!-- UTSJSON.Int8Array.byteOffset.returnValue -->
<!-- UTSJSON.Int8Array.byteOffset.compatibility -->
<!-- UTSJSON.Int8Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Int8Array.copyWithin.description -->
<!-- UTSJSON.Int8Array.copyWithin.param -->
<!-- UTSJSON.Int8Array.copyWithin.returnValue -->
<!-- UTSJSON.Int8Array.copyWithin.compatibility -->
<!-- UTSJSON.Int8Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Int8Array.every.description -->
<!-- UTSJSON.Int8Array.every.param -->
<!-- UTSJSON.Int8Array.every.returnValue -->
<!-- UTSJSON.Int8Array.every.compatibility -->
<!-- UTSJSON.Int8Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Int8Array.fill.description -->
<!-- UTSJSON.Int8Array.fill.param -->
<!-- UTSJSON.Int8Array.fill.returnValue -->
<!-- UTSJSON.Int8Array.fill.compatibility -->
<!-- UTSJSON.Int8Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Int8Array.filter.description -->
<!-- UTSJSON.Int8Array.filter.param -->
<!-- UTSJSON.Int8Array.filter.returnValue -->
<!-- UTSJSON.Int8Array.filter.compatibility -->
<!-- UTSJSON.Int8Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Int8Array.find.description -->
<!-- UTSJSON.Int8Array.find.param -->
<!-- UTSJSON.Int8Array.find.returnValue -->
<!-- UTSJSON.Int8Array.find.compatibility -->
<!-- UTSJSON.Int8Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Int8Array.findIndex.description -->
<!-- UTSJSON.Int8Array.findIndex.param -->
<!-- UTSJSON.Int8Array.findIndex.returnValue -->
<!-- UTSJSON.Int8Array.findIndex.compatibility -->
<!-- UTSJSON.Int8Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Int8Array.forEach.description -->
<!-- UTSJSON.Int8Array.forEach.param -->
<!-- UTSJSON.Int8Array.forEach.returnValue -->
<!-- UTSJSON.Int8Array.forEach.compatibility -->
<!-- UTSJSON.Int8Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Int8Array.indexOf.description -->
<!-- UTSJSON.Int8Array.indexOf.param -->
<!-- UTSJSON.Int8Array.indexOf.returnValue -->
<!-- UTSJSON.Int8Array.indexOf.compatibility -->
<!-- UTSJSON.Int8Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Int8Array.join.description -->
<!-- UTSJSON.Int8Array.join.param -->
<!-- UTSJSON.Int8Array.join.returnValue -->
<!-- UTSJSON.Int8Array.join.compatibility -->
<!-- UTSJSON.Int8Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Int8Array.lastIndexOf.description -->
<!-- UTSJSON.Int8Array.lastIndexOf.param -->
<!-- UTSJSON.Int8Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Int8Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Int8Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Int8Array.map.description -->
<!-- UTSJSON.Int8Array.map.param -->
<!-- UTSJSON.Int8Array.map.returnValue -->
<!-- UTSJSON.Int8Array.map.compatibility -->
<!-- UTSJSON.Int8Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Int8Array.reduce.description -->
<!-- UTSJSON.Int8Array.reduce.param -->
<!-- UTSJSON.Int8Array.reduce.returnValue -->
<!-- UTSJSON.Int8Array.reduce.compatibility -->
<!-- UTSJSON.Int8Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Int8Array.reduceRight.description -->
<!-- UTSJSON.Int8Array.reduceRight.param -->
<!-- UTSJSON.Int8Array.reduceRight.returnValue -->
<!-- UTSJSON.Int8Array.reduceRight.compatibility -->
<!-- UTSJSON.Int8Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Int8Array.reverse.description -->
<!-- UTSJSON.Int8Array.reverse.param -->
<!-- UTSJSON.Int8Array.reverse.returnValue -->
<!-- UTSJSON.Int8Array.reverse.compatibility -->
<!-- UTSJSON.Int8Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Int8Array.set.description -->
<!-- UTSJSON.Int8Array.set.param -->
<!-- UTSJSON.Int8Array.set.returnValue -->
<!-- UTSJSON.Int8Array.set.compatibility -->
<!-- UTSJSON.Int8Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Int8Array.slice.description -->
<!-- UTSJSON.Int8Array.slice.param -->
<!-- UTSJSON.Int8Array.slice.returnValue -->
<!-- UTSJSON.Int8Array.slice.compatibility -->
<!-- UTSJSON.Int8Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Int8Array.some.description -->
<!-- UTSJSON.Int8Array.some.param -->
<!-- UTSJSON.Int8Array.some.returnValue -->
<!-- UTSJSON.Int8Array.some.compatibility -->
<!-- UTSJSON.Int8Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Int8Array.sort.description -->
<!-- UTSJSON.Int8Array.sort.param -->
<!-- UTSJSON.Int8Array.sort.returnValue -->
<!-- UTSJSON.Int8Array.sort.compatibility -->
<!-- UTSJSON.Int8Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Int8Array.subarray.description -->
<!-- UTSJSON.Int8Array.subarray.param -->
<!-- UTSJSON.Int8Array.subarray.returnValue -->
<!-- UTSJSON.Int8Array.subarray.compatibility -->
<!-- UTSJSON.Int8Array.subarray.tutorial -->
### values()
<!-- UTSJSON.Int8Array.values.description -->
<!-- UTSJSON.Int8Array.values.param -->
<!-- UTSJSON.Int8Array.values.returnValue -->
<!-- UTSJSON.Int8Array.values.compatibility -->
<!-- UTSJSON.Int8Array.values.tutorial -->
### entries()
<!-- UTSJSON.Int8Array.entries.description -->
<!-- UTSJSON.Int8Array.entries.param -->
<!-- UTSJSON.Int8Array.entries.returnValue -->
<!-- UTSJSON.Int8Array.entries.compatibility -->
<!-- UTSJSON.Int8Array.entries.tutorial -->
### keys()
<!-- UTSJSON.Int8Array.keys.description -->
<!-- UTSJSON.Int8Array.keys.param -->
<!-- UTSJSON.Int8Array.keys.returnValue -->
<!-- UTSJSON.Int8Array.keys.compatibility -->
<!-- UTSJSON.Int8Array.keys.tutorial -->
### toString()
<!-- UTSJSON.Int8Array.toString.description -->
<!-- UTSJSON.Int8Array.toString.param -->
<!-- UTSJSON.Int8Array.toString.returnValue -->
<!-- UTSJSON.Int8Array.toString.compatibility -->
<!-- UTSJSON.Int8Array.toString.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Int8Array.of.description -->
<!-- UTSJSON.Int8Array.of.param -->
<!-- UTSJSON.Int8Array.of.returnValue -->
<!-- UTSJSON.Int8Array.of.compatibility -->
<!-- UTSJSON.Int8Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Int8Array.from.description -->
<!-- UTSJSON.Int8Array.from.param -->
<!-- UTSJSON.Int8Array.from.returnValue -->
<!-- UTSJSON.Int8Array.from.compatibility -->
<!-- UTSJSON.Int8Array.from.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/uint16array.md
0 → 100644
浏览文件 @
23d76a11
# Uint16Array
## 构造函数
### Constructor(length)
<!-- UTSJSON.Uint16Array.Constructor.description -->
<!-- UTSJSON.Uint16Array.Constructor.param -->
<!-- UTSJSON.Uint16Array.Constructor.returnValue -->
<!-- UTSJSON.Uint16Array.Constructor.compatibility -->
<!-- UTSJSON.Uint16Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Uint16Array.Constructor_1.description -->
<!-- UTSJSON.Uint16Array.Constructor_1.param -->
<!-- UTSJSON.Uint16Array.Constructor_1.returnValue -->
<!-- UTSJSON.Uint16Array.Constructor_1.compatibility -->
<!-- UTSJSON.Uint16Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Uint16Array.Constructor_2.description -->
<!-- UTSJSON.Uint16Array.Constructor_2.param -->
<!-- UTSJSON.Uint16Array.Constructor_2.returnValue -->
<!-- UTSJSON.Uint16Array.Constructor_2.compatibility -->
<!-- UTSJSON.Uint16Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint16Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Uint16Array.buffer.description -->
<!-- UTSJSON.Uint16Array.buffer.param -->
<!-- UTSJSON.Uint16Array.buffer.returnValue -->
<!-- UTSJSON.Uint16Array.buffer.compatibility -->
<!-- UTSJSON.Uint16Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Uint16Array.byteLength.description -->
<!-- UTSJSON.Uint16Array.byteLength.param -->
<!-- UTSJSON.Uint16Array.byteLength.returnValue -->
<!-- UTSJSON.Uint16Array.byteLength.compatibility -->
<!-- UTSJSON.Uint16Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Uint16Array.byteOffset.description -->
<!-- UTSJSON.Uint16Array.byteOffset.param -->
<!-- UTSJSON.Uint16Array.byteOffset.returnValue -->
<!-- UTSJSON.Uint16Array.byteOffset.compatibility -->
<!-- UTSJSON.Uint16Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Uint16Array.copyWithin.description -->
<!-- UTSJSON.Uint16Array.copyWithin.param -->
<!-- UTSJSON.Uint16Array.copyWithin.returnValue -->
<!-- UTSJSON.Uint16Array.copyWithin.compatibility -->
<!-- UTSJSON.Uint16Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Uint16Array.every.description -->
<!-- UTSJSON.Uint16Array.every.param -->
<!-- UTSJSON.Uint16Array.every.returnValue -->
<!-- UTSJSON.Uint16Array.every.compatibility -->
<!-- UTSJSON.Uint16Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Uint16Array.fill.description -->
<!-- UTSJSON.Uint16Array.fill.param -->
<!-- UTSJSON.Uint16Array.fill.returnValue -->
<!-- UTSJSON.Uint16Array.fill.compatibility -->
<!-- UTSJSON.Uint16Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Uint16Array.filter.description -->
<!-- UTSJSON.Uint16Array.filter.param -->
<!-- UTSJSON.Uint16Array.filter.returnValue -->
<!-- UTSJSON.Uint16Array.filter.compatibility -->
<!-- UTSJSON.Uint16Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Uint16Array.find.description -->
<!-- UTSJSON.Uint16Array.find.param -->
<!-- UTSJSON.Uint16Array.find.returnValue -->
<!-- UTSJSON.Uint16Array.find.compatibility -->
<!-- UTSJSON.Uint16Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Uint16Array.findIndex.description -->
<!-- UTSJSON.Uint16Array.findIndex.param -->
<!-- UTSJSON.Uint16Array.findIndex.returnValue -->
<!-- UTSJSON.Uint16Array.findIndex.compatibility -->
<!-- UTSJSON.Uint16Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Uint16Array.forEach.description -->
<!-- UTSJSON.Uint16Array.forEach.param -->
<!-- UTSJSON.Uint16Array.forEach.returnValue -->
<!-- UTSJSON.Uint16Array.forEach.compatibility -->
<!-- UTSJSON.Uint16Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint16Array.indexOf.description -->
<!-- UTSJSON.Uint16Array.indexOf.param -->
<!-- UTSJSON.Uint16Array.indexOf.returnValue -->
<!-- UTSJSON.Uint16Array.indexOf.compatibility -->
<!-- UTSJSON.Uint16Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Uint16Array.join.description -->
<!-- UTSJSON.Uint16Array.join.param -->
<!-- UTSJSON.Uint16Array.join.returnValue -->
<!-- UTSJSON.Uint16Array.join.compatibility -->
<!-- UTSJSON.Uint16Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint16Array.lastIndexOf.description -->
<!-- UTSJSON.Uint16Array.lastIndexOf.param -->
<!-- UTSJSON.Uint16Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Uint16Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Uint16Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Uint16Array.map.description -->
<!-- UTSJSON.Uint16Array.map.param -->
<!-- UTSJSON.Uint16Array.map.returnValue -->
<!-- UTSJSON.Uint16Array.map.compatibility -->
<!-- UTSJSON.Uint16Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Uint16Array.reduce.description -->
<!-- UTSJSON.Uint16Array.reduce.param -->
<!-- UTSJSON.Uint16Array.reduce.returnValue -->
<!-- UTSJSON.Uint16Array.reduce.compatibility -->
<!-- UTSJSON.Uint16Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Uint16Array.reduceRight.description -->
<!-- UTSJSON.Uint16Array.reduceRight.param -->
<!-- UTSJSON.Uint16Array.reduceRight.returnValue -->
<!-- UTSJSON.Uint16Array.reduceRight.compatibility -->
<!-- UTSJSON.Uint16Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Uint16Array.reverse.description -->
<!-- UTSJSON.Uint16Array.reverse.param -->
<!-- UTSJSON.Uint16Array.reverse.returnValue -->
<!-- UTSJSON.Uint16Array.reverse.compatibility -->
<!-- UTSJSON.Uint16Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Uint16Array.set.description -->
<!-- UTSJSON.Uint16Array.set.param -->
<!-- UTSJSON.Uint16Array.set.returnValue -->
<!-- UTSJSON.Uint16Array.set.compatibility -->
<!-- UTSJSON.Uint16Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Uint16Array.slice.description -->
<!-- UTSJSON.Uint16Array.slice.param -->
<!-- UTSJSON.Uint16Array.slice.returnValue -->
<!-- UTSJSON.Uint16Array.slice.compatibility -->
<!-- UTSJSON.Uint16Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Uint16Array.some.description -->
<!-- UTSJSON.Uint16Array.some.param -->
<!-- UTSJSON.Uint16Array.some.returnValue -->
<!-- UTSJSON.Uint16Array.some.compatibility -->
<!-- UTSJSON.Uint16Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Uint16Array.sort.description -->
<!-- UTSJSON.Uint16Array.sort.param -->
<!-- UTSJSON.Uint16Array.sort.returnValue -->
<!-- UTSJSON.Uint16Array.sort.compatibility -->
<!-- UTSJSON.Uint16Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Uint16Array.subarray.description -->
<!-- UTSJSON.Uint16Array.subarray.param -->
<!-- UTSJSON.Uint16Array.subarray.returnValue -->
<!-- UTSJSON.Uint16Array.subarray.compatibility -->
<!-- UTSJSON.Uint16Array.subarray.tutorial -->
### toString()
<!-- UTSJSON.Uint16Array.toString.description -->
<!-- UTSJSON.Uint16Array.toString.param -->
<!-- UTSJSON.Uint16Array.toString.returnValue -->
<!-- UTSJSON.Uint16Array.toString.compatibility -->
<!-- UTSJSON.Uint16Array.toString.tutorial -->
### values()
<!-- UTSJSON.Uint16Array.values.description -->
<!-- UTSJSON.Uint16Array.values.param -->
<!-- UTSJSON.Uint16Array.values.returnValue -->
<!-- UTSJSON.Uint16Array.values.compatibility -->
<!-- UTSJSON.Uint16Array.values.tutorial -->
### entries()
<!-- UTSJSON.Uint16Array.entries.description -->
<!-- UTSJSON.Uint16Array.entries.param -->
<!-- UTSJSON.Uint16Array.entries.returnValue -->
<!-- UTSJSON.Uint16Array.entries.compatibility -->
<!-- UTSJSON.Uint16Array.entries.tutorial -->
### keys()
<!-- UTSJSON.Uint16Array.keys.description -->
<!-- UTSJSON.Uint16Array.keys.param -->
<!-- UTSJSON.Uint16Array.keys.returnValue -->
<!-- UTSJSON.Uint16Array.keys.compatibility -->
<!-- UTSJSON.Uint16Array.keys.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Uint16Array.of.description -->
<!-- UTSJSON.Uint16Array.of.param -->
<!-- UTSJSON.Uint16Array.of.returnValue -->
<!-- UTSJSON.Uint16Array.of.compatibility -->
<!-- UTSJSON.Uint16Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Uint16Array.from.description -->
<!-- UTSJSON.Uint16Array.from.param -->
<!-- UTSJSON.Uint16Array.from.returnValue -->
<!-- UTSJSON.Uint16Array.from.compatibility -->
<!-- UTSJSON.Uint16Array.from.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/uint32array.md
0 → 100644
浏览文件 @
23d76a11
# Uint32Array
## 构造函数
### Constructor(length)
<!-- UTSJSON.Uint32Array.Constructor.description -->
<!-- UTSJSON.Uint32Array.Constructor.param -->
<!-- UTSJSON.Uint32Array.Constructor.returnValue -->
<!-- UTSJSON.Uint32Array.Constructor.compatibility -->
<!-- UTSJSON.Uint32Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Uint32Array.Constructor_1.description -->
<!-- UTSJSON.Uint32Array.Constructor_1.param -->
<!-- UTSJSON.Uint32Array.Constructor_1.returnValue -->
<!-- UTSJSON.Uint32Array.Constructor_1.compatibility -->
<!-- UTSJSON.Uint32Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Uint32Array.Constructor_2.description -->
<!-- UTSJSON.Uint32Array.Constructor_2.param -->
<!-- UTSJSON.Uint32Array.Constructor_2.returnValue -->
<!-- UTSJSON.Uint32Array.Constructor_2.compatibility -->
<!-- UTSJSON.Uint32Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint32Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Uint32Array.buffer.description -->
<!-- UTSJSON.Uint32Array.buffer.param -->
<!-- UTSJSON.Uint32Array.buffer.returnValue -->
<!-- UTSJSON.Uint32Array.buffer.compatibility -->
<!-- UTSJSON.Uint32Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Uint32Array.byteLength.description -->
<!-- UTSJSON.Uint32Array.byteLength.param -->
<!-- UTSJSON.Uint32Array.byteLength.returnValue -->
<!-- UTSJSON.Uint32Array.byteLength.compatibility -->
<!-- UTSJSON.Uint32Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Uint32Array.byteOffset.description -->
<!-- UTSJSON.Uint32Array.byteOffset.param -->
<!-- UTSJSON.Uint32Array.byteOffset.returnValue -->
<!-- UTSJSON.Uint32Array.byteOffset.compatibility -->
<!-- UTSJSON.Uint32Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Uint32Array.copyWithin.description -->
<!-- UTSJSON.Uint32Array.copyWithin.param -->
<!-- UTSJSON.Uint32Array.copyWithin.returnValue -->
<!-- UTSJSON.Uint32Array.copyWithin.compatibility -->
<!-- UTSJSON.Uint32Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Uint32Array.every.description -->
<!-- UTSJSON.Uint32Array.every.param -->
<!-- UTSJSON.Uint32Array.every.returnValue -->
<!-- UTSJSON.Uint32Array.every.compatibility -->
<!-- UTSJSON.Uint32Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Uint32Array.fill.description -->
<!-- UTSJSON.Uint32Array.fill.param -->
<!-- UTSJSON.Uint32Array.fill.returnValue -->
<!-- UTSJSON.Uint32Array.fill.compatibility -->
<!-- UTSJSON.Uint32Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Uint32Array.filter.description -->
<!-- UTSJSON.Uint32Array.filter.param -->
<!-- UTSJSON.Uint32Array.filter.returnValue -->
<!-- UTSJSON.Uint32Array.filter.compatibility -->
<!-- UTSJSON.Uint32Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Uint32Array.find.description -->
<!-- UTSJSON.Uint32Array.find.param -->
<!-- UTSJSON.Uint32Array.find.returnValue -->
<!-- UTSJSON.Uint32Array.find.compatibility -->
<!-- UTSJSON.Uint32Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Uint32Array.findIndex.description -->
<!-- UTSJSON.Uint32Array.findIndex.param -->
<!-- UTSJSON.Uint32Array.findIndex.returnValue -->
<!-- UTSJSON.Uint32Array.findIndex.compatibility -->
<!-- UTSJSON.Uint32Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Uint32Array.forEach.description -->
<!-- UTSJSON.Uint32Array.forEach.param -->
<!-- UTSJSON.Uint32Array.forEach.returnValue -->
<!-- UTSJSON.Uint32Array.forEach.compatibility -->
<!-- UTSJSON.Uint32Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint32Array.indexOf.description -->
<!-- UTSJSON.Uint32Array.indexOf.param -->
<!-- UTSJSON.Uint32Array.indexOf.returnValue -->
<!-- UTSJSON.Uint32Array.indexOf.compatibility -->
<!-- UTSJSON.Uint32Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Uint32Array.join.description -->
<!-- UTSJSON.Uint32Array.join.param -->
<!-- UTSJSON.Uint32Array.join.returnValue -->
<!-- UTSJSON.Uint32Array.join.compatibility -->
<!-- UTSJSON.Uint32Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint32Array.lastIndexOf.description -->
<!-- UTSJSON.Uint32Array.lastIndexOf.param -->
<!-- UTSJSON.Uint32Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Uint32Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Uint32Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Uint32Array.map.description -->
<!-- UTSJSON.Uint32Array.map.param -->
<!-- UTSJSON.Uint32Array.map.returnValue -->
<!-- UTSJSON.Uint32Array.map.compatibility -->
<!-- UTSJSON.Uint32Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Uint32Array.reduce.description -->
<!-- UTSJSON.Uint32Array.reduce.param -->
<!-- UTSJSON.Uint32Array.reduce.returnValue -->
<!-- UTSJSON.Uint32Array.reduce.compatibility -->
<!-- UTSJSON.Uint32Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Uint32Array.reduceRight.description -->
<!-- UTSJSON.Uint32Array.reduceRight.param -->
<!-- UTSJSON.Uint32Array.reduceRight.returnValue -->
<!-- UTSJSON.Uint32Array.reduceRight.compatibility -->
<!-- UTSJSON.Uint32Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Uint32Array.reverse.description -->
<!-- UTSJSON.Uint32Array.reverse.param -->
<!-- UTSJSON.Uint32Array.reverse.returnValue -->
<!-- UTSJSON.Uint32Array.reverse.compatibility -->
<!-- UTSJSON.Uint32Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Uint32Array.set.description -->
<!-- UTSJSON.Uint32Array.set.param -->
<!-- UTSJSON.Uint32Array.set.returnValue -->
<!-- UTSJSON.Uint32Array.set.compatibility -->
<!-- UTSJSON.Uint32Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Uint32Array.slice.description -->
<!-- UTSJSON.Uint32Array.slice.param -->
<!-- UTSJSON.Uint32Array.slice.returnValue -->
<!-- UTSJSON.Uint32Array.slice.compatibility -->
<!-- UTSJSON.Uint32Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Uint32Array.some.description -->
<!-- UTSJSON.Uint32Array.some.param -->
<!-- UTSJSON.Uint32Array.some.returnValue -->
<!-- UTSJSON.Uint32Array.some.compatibility -->
<!-- UTSJSON.Uint32Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Uint32Array.sort.description -->
<!-- UTSJSON.Uint32Array.sort.param -->
<!-- UTSJSON.Uint32Array.sort.returnValue -->
<!-- UTSJSON.Uint32Array.sort.compatibility -->
<!-- UTSJSON.Uint32Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Uint32Array.subarray.description -->
<!-- UTSJSON.Uint32Array.subarray.param -->
<!-- UTSJSON.Uint32Array.subarray.returnValue -->
<!-- UTSJSON.Uint32Array.subarray.compatibility -->
<!-- UTSJSON.Uint32Array.subarray.tutorial -->
### toString()
<!-- UTSJSON.Uint32Array.toString.description -->
<!-- UTSJSON.Uint32Array.toString.param -->
<!-- UTSJSON.Uint32Array.toString.returnValue -->
<!-- UTSJSON.Uint32Array.toString.compatibility -->
<!-- UTSJSON.Uint32Array.toString.tutorial -->
### values()
<!-- UTSJSON.Uint32Array.values.description -->
<!-- UTSJSON.Uint32Array.values.param -->
<!-- UTSJSON.Uint32Array.values.returnValue -->
<!-- UTSJSON.Uint32Array.values.compatibility -->
<!-- UTSJSON.Uint32Array.values.tutorial -->
### entries()
<!-- UTSJSON.Uint32Array.entries.description -->
<!-- UTSJSON.Uint32Array.entries.param -->
<!-- UTSJSON.Uint32Array.entries.returnValue -->
<!-- UTSJSON.Uint32Array.entries.compatibility -->
<!-- UTSJSON.Uint32Array.entries.tutorial -->
### keys()
<!-- UTSJSON.Uint32Array.keys.description -->
<!-- UTSJSON.Uint32Array.keys.param -->
<!-- UTSJSON.Uint32Array.keys.returnValue -->
<!-- UTSJSON.Uint32Array.keys.compatibility -->
<!-- UTSJSON.Uint32Array.keys.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Uint32Array.of.description -->
<!-- UTSJSON.Uint32Array.of.param -->
<!-- UTSJSON.Uint32Array.of.returnValue -->
<!-- UTSJSON.Uint32Array.of.compatibility -->
<!-- UTSJSON.Uint32Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Uint32Array.from.description -->
<!-- UTSJSON.Uint32Array.from.param -->
<!-- UTSJSON.Uint32Array.from.returnValue -->
<!-- UTSJSON.Uint32Array.from.compatibility -->
<!-- UTSJSON.Uint32Array.from.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/uint8array.md
0 → 100644
浏览文件 @
23d76a11
# Uint8Array
## 构造函数
### Constructor(length)
<!-- UTSJSON.Uint8Array.Constructor.description -->
<!-- UTSJSON.Uint8Array.Constructor.param -->
<!-- UTSJSON.Uint8Array.Constructor.returnValue -->
<!-- UTSJSON.Uint8Array.Constructor.compatibility -->
<!-- UTSJSON.Uint8Array.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Uint8Array.Constructor_1.description -->
<!-- UTSJSON.Uint8Array.Constructor_1.param -->
<!-- UTSJSON.Uint8Array.Constructor_1.returnValue -->
<!-- UTSJSON.Uint8Array.Constructor_1.compatibility -->
<!-- UTSJSON.Uint8Array.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Uint8Array.Constructor_2.description -->
<!-- UTSJSON.Uint8Array.Constructor_2.param -->
<!-- UTSJSON.Uint8Array.Constructor_2.returnValue -->
<!-- UTSJSON.Uint8Array.Constructor_2.compatibility -->
<!-- UTSJSON.Uint8Array.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint8Array.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Uint8Array.buffer.description -->
<!-- UTSJSON.Uint8Array.buffer.param -->
<!-- UTSJSON.Uint8Array.buffer.returnValue -->
<!-- UTSJSON.Uint8Array.buffer.compatibility -->
<!-- UTSJSON.Uint8Array.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Uint8Array.byteLength.description -->
<!-- UTSJSON.Uint8Array.byteLength.param -->
<!-- UTSJSON.Uint8Array.byteLength.returnValue -->
<!-- UTSJSON.Uint8Array.byteLength.compatibility -->
<!-- UTSJSON.Uint8Array.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Uint8Array.byteOffset.description -->
<!-- UTSJSON.Uint8Array.byteOffset.param -->
<!-- UTSJSON.Uint8Array.byteOffset.returnValue -->
<!-- UTSJSON.Uint8Array.byteOffset.compatibility -->
<!-- UTSJSON.Uint8Array.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Uint8Array.copyWithin.description -->
<!-- UTSJSON.Uint8Array.copyWithin.param -->
<!-- UTSJSON.Uint8Array.copyWithin.returnValue -->
<!-- UTSJSON.Uint8Array.copyWithin.compatibility -->
<!-- UTSJSON.Uint8Array.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Uint8Array.every.description -->
<!-- UTSJSON.Uint8Array.every.param -->
<!-- UTSJSON.Uint8Array.every.returnValue -->
<!-- UTSJSON.Uint8Array.every.compatibility -->
<!-- UTSJSON.Uint8Array.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Uint8Array.fill.description -->
<!-- UTSJSON.Uint8Array.fill.param -->
<!-- UTSJSON.Uint8Array.fill.returnValue -->
<!-- UTSJSON.Uint8Array.fill.compatibility -->
<!-- UTSJSON.Uint8Array.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Uint8Array.filter.description -->
<!-- UTSJSON.Uint8Array.filter.param -->
<!-- UTSJSON.Uint8Array.filter.returnValue -->
<!-- UTSJSON.Uint8Array.filter.compatibility -->
<!-- UTSJSON.Uint8Array.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Uint8Array.find.description -->
<!-- UTSJSON.Uint8Array.find.param -->
<!-- UTSJSON.Uint8Array.find.returnValue -->
<!-- UTSJSON.Uint8Array.find.compatibility -->
<!-- UTSJSON.Uint8Array.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Uint8Array.findIndex.description -->
<!-- UTSJSON.Uint8Array.findIndex.param -->
<!-- UTSJSON.Uint8Array.findIndex.returnValue -->
<!-- UTSJSON.Uint8Array.findIndex.compatibility -->
<!-- UTSJSON.Uint8Array.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Uint8Array.forEach.description -->
<!-- UTSJSON.Uint8Array.forEach.param -->
<!-- UTSJSON.Uint8Array.forEach.returnValue -->
<!-- UTSJSON.Uint8Array.forEach.compatibility -->
<!-- UTSJSON.Uint8Array.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint8Array.indexOf.description -->
<!-- UTSJSON.Uint8Array.indexOf.param -->
<!-- UTSJSON.Uint8Array.indexOf.returnValue -->
<!-- UTSJSON.Uint8Array.indexOf.compatibility -->
<!-- UTSJSON.Uint8Array.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Uint8Array.join.description -->
<!-- UTSJSON.Uint8Array.join.param -->
<!-- UTSJSON.Uint8Array.join.returnValue -->
<!-- UTSJSON.Uint8Array.join.compatibility -->
<!-- UTSJSON.Uint8Array.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint8Array.lastIndexOf.description -->
<!-- UTSJSON.Uint8Array.lastIndexOf.param -->
<!-- UTSJSON.Uint8Array.lastIndexOf.returnValue -->
<!-- UTSJSON.Uint8Array.lastIndexOf.compatibility -->
<!-- UTSJSON.Uint8Array.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Uint8Array.map.description -->
<!-- UTSJSON.Uint8Array.map.param -->
<!-- UTSJSON.Uint8Array.map.returnValue -->
<!-- UTSJSON.Uint8Array.map.compatibility -->
<!-- UTSJSON.Uint8Array.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Uint8Array.reduce.description -->
<!-- UTSJSON.Uint8Array.reduce.param -->
<!-- UTSJSON.Uint8Array.reduce.returnValue -->
<!-- UTSJSON.Uint8Array.reduce.compatibility -->
<!-- UTSJSON.Uint8Array.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Uint8Array.reduceRight.description -->
<!-- UTSJSON.Uint8Array.reduceRight.param -->
<!-- UTSJSON.Uint8Array.reduceRight.returnValue -->
<!-- UTSJSON.Uint8Array.reduceRight.compatibility -->
<!-- UTSJSON.Uint8Array.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Uint8Array.reverse.description -->
<!-- UTSJSON.Uint8Array.reverse.param -->
<!-- UTSJSON.Uint8Array.reverse.returnValue -->
<!-- UTSJSON.Uint8Array.reverse.compatibility -->
<!-- UTSJSON.Uint8Array.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Uint8Array.set.description -->
<!-- UTSJSON.Uint8Array.set.param -->
<!-- UTSJSON.Uint8Array.set.returnValue -->
<!-- UTSJSON.Uint8Array.set.compatibility -->
<!-- UTSJSON.Uint8Array.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Uint8Array.slice.description -->
<!-- UTSJSON.Uint8Array.slice.param -->
<!-- UTSJSON.Uint8Array.slice.returnValue -->
<!-- UTSJSON.Uint8Array.slice.compatibility -->
<!-- UTSJSON.Uint8Array.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Uint8Array.some.description -->
<!-- UTSJSON.Uint8Array.some.param -->
<!-- UTSJSON.Uint8Array.some.returnValue -->
<!-- UTSJSON.Uint8Array.some.compatibility -->
<!-- UTSJSON.Uint8Array.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Uint8Array.sort.description -->
<!-- UTSJSON.Uint8Array.sort.param -->
<!-- UTSJSON.Uint8Array.sort.returnValue -->
<!-- UTSJSON.Uint8Array.sort.compatibility -->
<!-- UTSJSON.Uint8Array.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Uint8Array.subarray.description -->
<!-- UTSJSON.Uint8Array.subarray.param -->
<!-- UTSJSON.Uint8Array.subarray.returnValue -->
<!-- UTSJSON.Uint8Array.subarray.compatibility -->
<!-- UTSJSON.Uint8Array.subarray.tutorial -->
### toString()
<!-- UTSJSON.Uint8Array.toString.description -->
<!-- UTSJSON.Uint8Array.toString.param -->
<!-- UTSJSON.Uint8Array.toString.returnValue -->
<!-- UTSJSON.Uint8Array.toString.compatibility -->
<!-- UTSJSON.Uint8Array.toString.tutorial -->
### values()
<!-- UTSJSON.Uint8Array.values.description -->
<!-- UTSJSON.Uint8Array.values.param -->
<!-- UTSJSON.Uint8Array.values.returnValue -->
<!-- UTSJSON.Uint8Array.values.compatibility -->
<!-- UTSJSON.Uint8Array.values.tutorial -->
### entries()
<!-- UTSJSON.Uint8Array.entries.description -->
<!-- UTSJSON.Uint8Array.entries.param -->
<!-- UTSJSON.Uint8Array.entries.returnValue -->
<!-- UTSJSON.Uint8Array.entries.compatibility -->
<!-- UTSJSON.Uint8Array.entries.tutorial -->
### keys()
<!-- UTSJSON.Uint8Array.keys.description -->
<!-- UTSJSON.Uint8Array.keys.param -->
<!-- UTSJSON.Uint8Array.keys.returnValue -->
<!-- UTSJSON.Uint8Array.keys.compatibility -->
<!-- UTSJSON.Uint8Array.keys.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Uint8Array.of.description -->
<!-- UTSJSON.Uint8Array.of.param -->
<!-- UTSJSON.Uint8Array.of.returnValue -->
<!-- UTSJSON.Uint8Array.of.compatibility -->
<!-- UTSJSON.Uint8Array.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Uint8Array.from.description -->
<!-- UTSJSON.Uint8Array.from.param -->
<!-- UTSJSON.Uint8Array.from.returnValue -->
<!-- UTSJSON.Uint8Array.from.compatibility -->
<!-- UTSJSON.Uint8Array.from.tutorial -->
\ No newline at end of file
docs/uts/buildin-object-api/uint8clampedarray.md
0 → 100644
浏览文件 @
23d76a11
# Uint8ClampedArray
## 构造函数
### Constructor(length)
<!-- UTSJSON.Uint8ClampedArray.Constructor.description -->
<!-- UTSJSON.Uint8ClampedArray.Constructor.param -->
<!-- UTSJSON.Uint8ClampedArray.Constructor.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.Constructor.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.Constructor.tutorial -->
### Constructor(array)
<!-- UTSJSON.Uint8ClampedArray.Constructor_1.description -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_1.param -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_1.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_1.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_1.tutorial -->
### Constructor(buffer, byteOffset?, length?)
<!-- UTSJSON.Uint8ClampedArray.Constructor_2.description -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_2.param -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_2.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_2.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.Constructor_2.tutorial -->
## 实例属性
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.tutorial -->
### BYTES_PER_ELEMENT
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.description -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.param -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.BYTES_PER_ELEMENT.tutorial -->
### buffer
<!-- UTSJSON.Uint8ClampedArray.buffer.description -->
<!-- UTSJSON.Uint8ClampedArray.buffer.param -->
<!-- UTSJSON.Uint8ClampedArray.buffer.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.buffer.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.buffer.tutorial -->
### byteLength
<!-- UTSJSON.Uint8ClampedArray.byteLength.description -->
<!-- UTSJSON.Uint8ClampedArray.byteLength.param -->
<!-- UTSJSON.Uint8ClampedArray.byteLength.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.byteLength.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.byteLength.tutorial -->
### byteOffset
<!-- UTSJSON.Uint8ClampedArray.byteOffset.description -->
<!-- UTSJSON.Uint8ClampedArray.byteOffset.param -->
<!-- UTSJSON.Uint8ClampedArray.byteOffset.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.byteOffset.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.byteOffset.tutorial -->
## 实例方法
### copyWithin(target, start, end?)
<!-- UTSJSON.Uint8ClampedArray.copyWithin.description -->
<!-- UTSJSON.Uint8ClampedArray.copyWithin.param -->
<!-- UTSJSON.Uint8ClampedArray.copyWithin.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.copyWithin.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.copyWithin.tutorial -->
### every(predicate)
<!-- UTSJSON.Uint8ClampedArray.every.description -->
<!-- UTSJSON.Uint8ClampedArray.every.param -->
<!-- UTSJSON.Uint8ClampedArray.every.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.every.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.every.tutorial -->
### fill(value, start?, end?)
<!-- UTSJSON.Uint8ClampedArray.fill.description -->
<!-- UTSJSON.Uint8ClampedArray.fill.param -->
<!-- UTSJSON.Uint8ClampedArray.fill.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.fill.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.fill.tutorial -->
### filter(predicate)
<!-- UTSJSON.Uint8ClampedArray.filter.description -->
<!-- UTSJSON.Uint8ClampedArray.filter.param -->
<!-- UTSJSON.Uint8ClampedArray.filter.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.filter.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.filter.tutorial -->
### find(predicate)
<!-- UTSJSON.Uint8ClampedArray.find.description -->
<!-- UTSJSON.Uint8ClampedArray.find.param -->
<!-- UTSJSON.Uint8ClampedArray.find.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.find.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.find.tutorial -->
### findIndex(predicate)
<!-- UTSJSON.Uint8ClampedArray.findIndex.description -->
<!-- UTSJSON.Uint8ClampedArray.findIndex.param -->
<!-- UTSJSON.Uint8ClampedArray.findIndex.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.findIndex.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.findIndex.tutorial -->
### forEach(callbackfn)
<!-- UTSJSON.Uint8ClampedArray.forEach.description -->
<!-- UTSJSON.Uint8ClampedArray.forEach.param -->
<!-- UTSJSON.Uint8ClampedArray.forEach.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.forEach.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.forEach.tutorial -->
### indexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint8ClampedArray.indexOf.description -->
<!-- UTSJSON.Uint8ClampedArray.indexOf.param -->
<!-- UTSJSON.Uint8ClampedArray.indexOf.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.indexOf.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.indexOf.tutorial -->
### join(separator?)
<!-- UTSJSON.Uint8ClampedArray.join.description -->
<!-- UTSJSON.Uint8ClampedArray.join.param -->
<!-- UTSJSON.Uint8ClampedArray.join.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.join.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.join.tutorial -->
### lastIndexOf(searchElement, fromIndex?)
<!-- UTSJSON.Uint8ClampedArray.lastIndexOf.description -->
<!-- UTSJSON.Uint8ClampedArray.lastIndexOf.param -->
<!-- UTSJSON.Uint8ClampedArray.lastIndexOf.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.lastIndexOf.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.lastIndexOf.tutorial -->
### map(callbackfn)
<!-- UTSJSON.Uint8ClampedArray.map.description -->
<!-- UTSJSON.Uint8ClampedArray.map.param -->
<!-- UTSJSON.Uint8ClampedArray.map.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.map.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.map.tutorial -->
### reduce(callbackfn)
<!-- UTSJSON.Uint8ClampedArray.reduce.description -->
<!-- UTSJSON.Uint8ClampedArray.reduce.param -->
<!-- UTSJSON.Uint8ClampedArray.reduce.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.reduce.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.reduce.tutorial -->
### reduceRight(callbackfn)
<!-- UTSJSON.Uint8ClampedArray.reduceRight.description -->
<!-- UTSJSON.Uint8ClampedArray.reduceRight.param -->
<!-- UTSJSON.Uint8ClampedArray.reduceRight.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.reduceRight.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.reduceRight.tutorial -->
### reverse()
<!-- UTSJSON.Uint8ClampedArray.reverse.description -->
<!-- UTSJSON.Uint8ClampedArray.reverse.param -->
<!-- UTSJSON.Uint8ClampedArray.reverse.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.reverse.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.reverse.tutorial -->
### set(array, offset?)
<!-- UTSJSON.Uint8ClampedArray.set.description -->
<!-- UTSJSON.Uint8ClampedArray.set.param -->
<!-- UTSJSON.Uint8ClampedArray.set.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.set.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.set.tutorial -->
### slice(start?, end?)
<!-- UTSJSON.Uint8ClampedArray.slice.description -->
<!-- UTSJSON.Uint8ClampedArray.slice.param -->
<!-- UTSJSON.Uint8ClampedArray.slice.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.slice.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.slice.tutorial -->
### some(predicate)
<!-- UTSJSON.Uint8ClampedArray.some.description -->
<!-- UTSJSON.Uint8ClampedArray.some.param -->
<!-- UTSJSON.Uint8ClampedArray.some.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.some.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.some.tutorial -->
### sort(compareFn?)
<!-- UTSJSON.Uint8ClampedArray.sort.description -->
<!-- UTSJSON.Uint8ClampedArray.sort.param -->
<!-- UTSJSON.Uint8ClampedArray.sort.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.sort.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.sort.tutorial -->
### subarray(begin?, end?)
<!-- UTSJSON.Uint8ClampedArray.subarray.description -->
<!-- UTSJSON.Uint8ClampedArray.subarray.param -->
<!-- UTSJSON.Uint8ClampedArray.subarray.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.subarray.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.subarray.tutorial -->
### toString()
<!-- UTSJSON.Uint8ClampedArray.toString.description -->
<!-- UTSJSON.Uint8ClampedArray.toString.param -->
<!-- UTSJSON.Uint8ClampedArray.toString.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.toString.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.toString.tutorial -->
### values()
<!-- UTSJSON.Uint8ClampedArray.values.description -->
<!-- UTSJSON.Uint8ClampedArray.values.param -->
<!-- UTSJSON.Uint8ClampedArray.values.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.values.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.values.tutorial -->
### entries()
<!-- UTSJSON.Uint8ClampedArray.entries.description -->
<!-- UTSJSON.Uint8ClampedArray.entries.param -->
<!-- UTSJSON.Uint8ClampedArray.entries.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.entries.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.entries.tutorial -->
### keys()
<!-- UTSJSON.Uint8ClampedArray.keys.description -->
<!-- UTSJSON.Uint8ClampedArray.keys.param -->
<!-- UTSJSON.Uint8ClampedArray.keys.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.keys.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.keys.tutorial -->
## 静态方法
### of(...items)
<!-- UTSJSON.Uint8ClampedArray.of.description -->
<!-- UTSJSON.Uint8ClampedArray.of.param -->
<!-- UTSJSON.Uint8ClampedArray.of.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.of.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.of.tutorial -->
### from(arrayLike,mapFn?)
<!-- UTSJSON.Uint8ClampedArray.from.description -->
<!-- UTSJSON.Uint8ClampedArray.from.param -->
<!-- UTSJSON.Uint8ClampedArray.from.returnValue -->
<!-- UTSJSON.Uint8ClampedArray.from.compatibility -->
<!-- UTSJSON.Uint8ClampedArray.from.tutorial -->
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录