From 078ac3c7c71b05a61e74e31ae04764d6405401bb Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Wed, 11 Aug 2021 12:47:21 +0900 Subject: conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly 以下のプロトタイプを削除 (#1875) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - conflicting 版はプロトタイプオブジェクトのリファレンスなので削除 --- files/ja/_redirects.txt | 4 +- files/ja/_wikihistory.json | 12 ---- .../global_objects/webassembly/instance/index.html | 65 ------------------ .../global_objects/webassembly/table/index.html | 76 ---------------------- 4 files changed, 2 insertions(+), 155 deletions(-) delete mode 100644 files/ja/conflicting/web/javascript/reference/global_objects/webassembly/instance/index.html delete mode 100644 files/ja/conflicting/web/javascript/reference/global_objects/webassembly/table/index.html diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index f8ee1aa287..839732ae6b 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -4428,10 +4428,10 @@ /ja/docs/Web/JavaScript/Reference/Global_Objects/WeakMap/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/WeakMap /ja/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/clear /ja/docs/orphaned/Web/JavaScript/Reference/Global_Objects/WeakSet/clear /ja/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/WeakSet -/ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/prototype /ja/docs/conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance +/ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance /ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Memory /ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Module -/ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/prototype /ja/docs/conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table +/ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/prototype /ja/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table /ja/docs/Web/JavaScript/Reference/Global_Properties /ja/docs/Web/JavaScript/Reference/Global_Objects /ja/docs/Web/JavaScript/Reference/Global_Properties/Infinity /ja/docs/Web/JavaScript/Reference/Global_Objects/Infinity /ja/docs/Web/JavaScript/Reference/Global_Properties/NaN /ja/docs/Web/JavaScript/Reference/Global_Objects/NaN diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 69180ef007..e6c514661a 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48516,18 +48516,6 @@ "RobinEgg" ] }, - "conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance": { - "modified": "2020-10-15T21:58:31.243Z", - "contributors": [ - "ukyo" - ] - }, - "conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table": { - "modified": "2020-10-15T21:58:31.479Z", - "contributors": [ - "ukyo" - ] - }, "conflicting/Web/JavaScript/Reference/Lexical_grammar": { "modified": "2019-12-24T12:46:59.479Z", "contributors": [ diff --git a/files/ja/conflicting/web/javascript/reference/global_objects/webassembly/instance/index.html b/files/ja/conflicting/web/javascript/reference/global_objects/webassembly/instance/index.html deleted file mode 100644 index 656d849574..0000000000 --- a/files/ja/conflicting/web/javascript/reference/global_objects/webassembly/instance/index.html +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: WebAssembly.Instance.prototype -slug: conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance -translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance -translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/prototype -original_slug: Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/prototype ---- -
{{JSRef}} {{SeeCompatTable}}
- -

WebAssembly.Instance.prototype プロパティは {{jsxref("WebAssembly.Instance()")}} コンストラクタのプロトタイプを表します。

- -
{{js_property_attributes(0, 0, 0)}}
- -

説明

- -

全ての {{jsxref("WebAssembly.Instance")}} インスタンスは Instance.prototype を継承します。{{jsxref("WebAssembly.Instance()")}} コンストラクタのプロトタイプオブジェクトは全ての {{jsxref( "WebAssembly.Instance")}} インスタンスに影響するように変更可能です。 

- -

プロパティ

- -
-
Instance.prototype.constructor
-
このオブジェクトのインスタンスを生成した関数を返します。デフォルトでは  {{jsxref("WebAssembly.Instance()")}} コンストラクタです。
-
Instance.prototype.exports {{readonlyinline}}
-
WebAssembly モジュールインスタンスからエクスポートされた全ての関数をメンバとして持つオブジェクトを返します。これらは、JavaScriptからアクセスして使用することができます。
-
- -

メソッド

- -

なし。

- -

仕様

- - - - - - - - - - - - - - - - -
仕様策定状況コメント
{{SpecName('WebAssembly JS', '#webassemblymodule-objects', 'WebAssembly.Module()')}}{{Spec2('WebAssembly JS')}}初回ドラフト定義
- -

ブラウザ実装状況

- -
- - -

{{Compat("javascript.builtins.WebAssembly.Instance.prototype")}}

-
- -

関連情報

- - diff --git a/files/ja/conflicting/web/javascript/reference/global_objects/webassembly/table/index.html b/files/ja/conflicting/web/javascript/reference/global_objects/webassembly/table/index.html deleted file mode 100644 index 4903fcfbb1..0000000000 --- a/files/ja/conflicting/web/javascript/reference/global_objects/webassembly/table/index.html +++ /dev/null @@ -1,76 +0,0 @@ ---- -title: WebAssembly.Table.prototype -slug: conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table -tags: - - JavaScript - - Property - - Prototype - - WebAssembly - - table -translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table -translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/prototype -original_slug: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/prototype ---- -
{{JSRef}} {{SeeCompatTable}}
- -

WebAssembly.Table.prototype プロパティは {{jsxref("WebAssembly.Table()")}} コンストラクタのプロトタイプを表します。

- -
{{js_property_attributes(0, 0, 0)}}
- -

説明

- -

全ての {{jsxref("WebAssembly.Table")}} インスタンスは Table.prototype を継承します。{{jsxref("WebAssembly.Table()")}} コンストラクタのプロトタイプオブジェクトは全ての {{jsxref( "WebAssembly.Table")}} インスタンスに影響するように変更可能です。

- -

プロパティ

- -
-
Table.prototype.constructor
-
このオブジェクトのインスタンスを生成した関数を返します。デフォルトでは  {{jsxref("WebAssembly.Table()")}} コンストラクタです。
-
{{jsxref("WebAssembly/Table/length","Table.prototype.length")}}
-
テーブルの長さを返します。すなわち、要素数です。
-
-

メソッド

-
-
{{jsxref("WebAssembly/Table/get","Table.prototype.get()")}}
-
アクセサ関数。インデックスから格納された要素を取得します。
-
{{jsxref("WebAssembly/Table/grow","Table.prototype.grow()")}}
-
指定した要素数で Table インスタンスを拡張します。
-
{{jsxref("WebAssembly/Table/set","Table.prototype.set()")}}
-
指定したインデックスに要素を格納します。
-
- -

仕様

- - - - - - - - - - - - - - - - -
仕様策定状況コメント
{{SpecName('WebAssembly JS', '#webassemblytable-objects', 'Table')}}{{Spec2('WebAssembly JS')}}初回ドラフト定義
- -

ブラウザ実装状況

- -
- - -

{{Compat("javascript.builtins.WebAssembly.Table.prototype")}}

-
- -

関連情報

- - -- cgit v1.2.3-54-g00ecf