aboutsummaryrefslogtreecommitdiff
path: root/files/ja/conflicting
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-11 12:47:21 +0900
committerGitHub <noreply@github.com>2021-08-11 12:47:21 +0900
commit078ac3c7c71b05a61e74e31ae04764d6405401bb (patch)
tree8e78f4d2f2952cde7a4c6297e52d85c759f1f80a /files/ja/conflicting
parentee4c3974e02100d99928dc867260e448bd92b375 (diff)
downloadtranslated-content-078ac3c7c71b05a61e74e31ae04764d6405401bb.tar.gz
translated-content-078ac3c7c71b05a61e74e31ae04764d6405401bb.tar.bz2
translated-content-078ac3c7c71b05a61e74e31ae04764d6405401bb.zip
conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly 以下のプロトタイプを削除 (#1875)
- conflicting 版はプロトタイプオブジェクトのリファレンスなので削除
Diffstat (limited to 'files/ja/conflicting')
-rw-r--r--files/ja/conflicting/web/javascript/reference/global_objects/webassembly/instance/index.html65
-rw-r--r--files/ja/conflicting/web/javascript/reference/global_objects/webassembly/table/index.html76
2 files changed, 0 insertions, 141 deletions
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
----
-<div>{{JSRef}} {{SeeCompatTable}}</div>
-
-<p><code><strong>WebAssembly.Instance</strong></code><strong><code>.prototype</code></strong> プロパティは {{jsxref("WebAssembly.Instance()")}} コンストラクタのプロトタイプを表します。</p>
-
-<div>{{js_property_attributes(0, 0, 0)}}</div>
-
-<h2 id="説明">説明</h2>
-
-<p>全ての {{jsxref("WebAssembly.Instance")}} インスタンスは <code>Instance.prototype</code> を継承します。{{jsxref("WebAssembly.Instance()")}} コンストラクタのプロトタイプオブジェクトは全ての {{jsxref( "WebAssembly.Instance")}} インスタンスに影響するように変更可能です。 </p>
-
-<h2 id="プロパティ">プロパティ</h2>
-
-<dl>
- <dt><code>Instance.prototype.constructor</code></dt>
- <dd>このオブジェクトのインスタンスを生成した関数を返します。デフォルトでは  {{jsxref("WebAssembly.Instance()")}} コンストラクタです。</dd>
- <dt><code><a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Instance/exports">Instance.prototype.exports</a></code> {{readonlyinline}}</dt>
- <dd>WebAssembly モジュールインスタンスからエクスポートされた全ての関数をメンバとして持つオブジェクトを返します。これらは、JavaScriptからアクセスして使用することができます。</dd>
-</dl>
-
-<h2 id="メソッド">メソッド</h2>
-
-<p>なし。</p>
-
-<h2 id="仕様">仕様</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様</th>
- <th scope="col">策定状況</th>
- <th scope="col">コメント</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('WebAssembly JS', '#webassemblymodule-objects', 'WebAssembly.Module()')}}</td>
- <td>{{Spec2('WebAssembly JS')}}</td>
- <td>初回ドラフト定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-
-<div>
-
-
-<p>{{Compat("javascript.builtins.WebAssembly.Instance.prototype")}}</p>
-</div>
-
-<h2 id="関連情報">関連情報</h2>
-
-<ul>
- <li>{{jsxref("WebAssembly.Instance()")}}</li>
- <li><a href="/ja/docs/WebAssembly">WebAssembly</a> overview page</li>
- <li><a href="/ja/docs/WebAssembly/Concepts">WebAssemblyのコンセプト</a></li>
- <li><a href="/ja/docs/WebAssembly/Using_the_JavaScript_API">WebAssembly JavaScript API を使用する</a></li>
-</ul>
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
----
-<div>{{JSRef}} {{SeeCompatTable}}</div>
-
-<p><code><strong>WebAssembly.Table</strong></code><strong><code>.prototype</code></strong> プロパティは {{jsxref("WebAssembly.Table()")}} コンストラクタのプロトタイプを表します。</p>
-
-<div>{{js_property_attributes(0, 0, 0)}}</div>
-
-<h2 id="説明">説明</h2>
-
-<p>全ての {{jsxref("WebAssembly.Table")}} インスタンスは <code>Table.prototype</code> を継承します。{{jsxref("WebAssembly.Table()")}} コンストラクタのプロトタイプオブジェクトは全ての {{jsxref( "WebAssembly.Table")}} インスタンスに影響するように変更可能です。</p>
-
-<h2 id="プロパティ">プロパティ</h2>
-
-<dl>
- <dt><code>Table.prototype.constructor</code></dt>
- <dd>このオブジェクトのインスタンスを生成した関数を返します。デフォルトでは  {{jsxref("WebAssembly.Table()")}} コンストラクタです。</dd>
- <dt>{{jsxref("WebAssembly/Table/length","Table.prototype.length")}}</dt>
- <dd>テーブルの長さを返します。すなわち、要素数です。</dd>
- <dt>
- <h2 id="メソッド">メソッド</h2>
- </dt>
- <dt>{{jsxref("WebAssembly/Table/get","Table.prototype.get()")}}</dt>
- <dd>アクセサ関数。インデックスから格納された要素を取得します。</dd>
- <dt>{{jsxref("WebAssembly/Table/grow","Table.prototype.grow()")}}</dt>
- <dd>指定した要素数で Table インスタンスを拡張します。</dd>
- <dt>{{jsxref("WebAssembly/Table/set","Table.prototype.set()")}}</dt>
- <dd>指定したインデックスに要素を格納します。</dd>
-</dl>
-
-<h2 id="仕様">仕様</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">仕様</th>
- <th scope="col">策定状況</th>
- <th scope="col">コメント</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('WebAssembly JS', '#webassemblytable-objects', 'Table')}}</td>
- <td>{{Spec2('WebAssembly JS')}}</td>
- <td>初回ドラフト定義</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="ブラウザ実装状況">ブラウザ実装状況</h2>
-
-<div>
-
-
-<p>{{Compat("javascript.builtins.WebAssembly.Table.prototype")}}</p>
-</div>
-
-<h2 id="関連情報">関連情報</h2>
-
-<ul>
- <li>{{jsxref("WebAssembly.Table")}}</li>
- <li><a href="/ja/docs/WebAssembly">WebAssembly</a> overview page</li>
- <li><a href="/ja/docs/WebAssembly/Concepts">WebAssemblyのコンセプト</a></li>
- <li><a href="/ja/docs/WebAssembly/Using_the_JavaScript_API">WebAssembly JavaScript API を使用する</a></li>
-</ul>