From d44f5032d0f53256b2d5aef505d6b593fd3cd158 Mon Sep 17 00:00:00 2001 From: Irvin Date: Wed, 16 Feb 2022 02:14:18 +0800 Subject: fix yari h2m dry run errors (zh-CN) --- .../global_objects/bigint64array/index.html | 23 ++++++---------------- 1 file changed, 6 insertions(+), 17 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/bigint64array') diff --git a/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html b/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html index c056ac16eb..48f1d2adfc 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/bigint64array/index.html @@ -13,22 +13,17 @@ translation_of: Web/JavaScript/Reference/Global_Objects/BigInt64Array

BigInt64Array()

-

     添加一个新的BigInt64Array对象。

+

添加一个新的BigInt64Array对象。

静态属性

{{jsxref("TypedArray.BYTES_PER_ELEMENT", "BigInt64Array.BYTES_PER_ELEMENT")}}
-
- -

   返回一个元素大小的数字值,BigInt64Array返回 8

- -
+
返回一个元素大小的数字值,BigInt64Array返回 8
{{jsxref("TypedArray.name", "BigInt64Array.name")}}
+
返回构造函数名字的字符串值,如果是BigInt64Array 的话,就是"BigInt64Array".
-

   返回构造函数名字的字符串值,如果是BigInt64Array 的话,就是"BigInt64Array".

-

实例属性

@@ -39,8 +34,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/BigInt64Array
{{jsxref("TypedArray.prototype.byteOffset", "BigInt64Array.prototype.byteOffset")}}
返回 BigInt64Array 从{jsxref(“ArrayBuffer”)}}开始的偏移量(以字节为单位)。这在构造时已被固定的,因此是只读。
{{jsxref("TypedArray.prototype.length", "BigInt64Array.prototype.length")}}
-
                 -

返回 BigInt64Array 中被 保留的元 素个数。这  在构造时是固定的,因此是只读 。  

+
+

返回 BigInt64Array 中被保留的元素个数。这在构造时是固定的,因此是只读。

@@ -54,13 +49,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/BigInt64Array
{{jsxref("TypedArray.every", "BigInt64Array.prototype.every()")}}
测试数组中的所有元素是否通过函数提供的测试。另请参见{jsxref(“Array.prototype.every()")}}.
{{jsxref("TypedArray.fill", "BigInt64Array.prototype.fill()")}}
-
-
-
-
用静态值填充从起始索引到结束索引的数组的所有元素。另请参见{jsxref(“Array.prototype.fill()")}}
-
-
-
+
用静态值填充从起始索引到结束索引的数组的所有元素。另请参见{jsxref(“Array.prototype.fill()")}}
{{jsxref("TypedArray.filter", "BigInt64Array.prototype.filter()")}}
使用提供的筛选函数为其返回true的数组的所有元素创建一个新数组。另请参见{jsxref(“Array.prototype.filter()")}}
{{jsxref("TypedArray.find", "BigInt64Array.prototype.find()")}}
-- cgit v1.2.3-54-g00ecf