From 554f1bbb0574d8e8a14708f68f5807c74381e8dd Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 4 Jul 2021 00:24:18 +0900 Subject: web/javascript 内の global_objects の browser-compat-data に関する非表示の指示を一括削除 (#1296) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/javascript/reference/global_objects/function/apply/index.html | 2 -- .../javascript/reference/global_objects/function/arguments/index.html | 2 -- .../ja/web/javascript/reference/global_objects/function/call/index.html | 2 -- .../web/javascript/reference/global_objects/function/caller/index.html | 2 -- .../javascript/reference/global_objects/function/displayname/index.html | 2 -- .../javascript/reference/global_objects/function/function/index.html | 2 -- files/ja/web/javascript/reference/global_objects/function/index.html | 2 -- .../web/javascript/reference/global_objects/function/length/index.html | 2 -- .../ja/web/javascript/reference/global_objects/function/name/index.html | 2 -- .../javascript/reference/global_objects/function/tosource/index.html | 2 -- .../javascript/reference/global_objects/function/tostring/index.html | 2 -- 11 files changed, 22 deletions(-) (limited to 'files/ja/web/javascript/reference/global_objects/function') diff --git a/files/ja/web/javascript/reference/global_objects/function/apply/index.html b/files/ja/web/javascript/reference/global_objects/function/apply/index.html index 10f6c025f7..2b4053f002 100644 --- a/files/ja/web/javascript/reference/global_objects/function/apply/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/apply/index.html @@ -224,8 +224,6 @@ console.log(myInstance.constructor); // logs 'MyConstructor'

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.apply")}}

diff --git a/files/ja/web/javascript/reference/global_objects/function/arguments/index.html b/files/ja/web/javascript/reference/global_objects/function/arguments/index.html index 4219b3dde1..64c40bc498 100644 --- a/files/ja/web/javascript/reference/global_objects/function/arguments/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/arguments/index.html @@ -53,8 +53,6 @@ console.log('returned: ' + g.arguments)

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.arguments")}}

diff --git a/files/ja/web/javascript/reference/global_objects/function/call/index.html b/files/ja/web/javascript/reference/global_objects/function/call/index.html index 22febfb7f2..ff7decd261 100644 --- a/files/ja/web/javascript/reference/global_objects/function/call/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/call/index.html @@ -166,8 +166,6 @@ display.call(); // undefined の 'sData' のプロパティは読めない

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.call")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/function/caller/index.html b/files/ja/web/javascript/reference/global_objects/function/caller/index.html index 0261d4f48d..4c3edf487c 100644 --- a/files/ja/web/javascript/reference/global_objects/function/caller/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/caller/index.html @@ -72,8 +72,6 @@ while (f) {

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.caller")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/function/displayname/index.html b/files/ja/web/javascript/reference/global_objects/function/displayname/index.html index d197df7952..b768af8601 100644 --- a/files/ja/web/javascript/reference/global_objects/function/displayname/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/displayname/index.html @@ -78,8 +78,6 @@ console.log(object.someMethod.displayName); // "someMethod (123)"

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.displayName")}}

diff --git a/files/ja/web/javascript/reference/global_objects/function/function/index.html b/files/ja/web/javascript/reference/global_objects/function/function/index.html index 0cc3ed2489..ddce8418e3 100644 --- a/files/ja/web/javascript/reference/global_objects/function/function/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/function/index.html @@ -73,8 +73,6 @@ adder(2, 6);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function")}}

diff --git a/files/ja/web/javascript/reference/global_objects/function/index.html b/files/ja/web/javascript/reference/global_objects/function/index.html index 25856fcd15..684b0b20c2 100644 --- a/files/ja/web/javascript/reference/global_objects/function/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/index.html @@ -96,8 +96,6 @@ console.log(f2()); // 20

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function")}}

diff --git a/files/ja/web/javascript/reference/global_objects/function/length/index.html b/files/ja/web/javascript/reference/global_objects/function/length/index.html index f64e2ee9d7..3f68daaa1a 100644 --- a/files/ja/web/javascript/reference/global_objects/function/length/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/length/index.html @@ -64,8 +64,6 @@ console.log((function(a, b = 1, c) {}).length);

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.length")}}

diff --git a/files/ja/web/javascript/reference/global_objects/function/name/index.html b/files/ja/web/javascript/reference/global_objects/function/name/index.html index bdc6731b70..fdb7cce5da 100644 --- a/files/ja/web/javascript/reference/global_objects/function/name/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/name/index.html @@ -221,8 +221,6 @@ o[sym2].name; // ""

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.name")}}

関連情報

diff --git a/files/ja/web/javascript/reference/global_objects/function/tosource/index.html b/files/ja/web/javascript/reference/global_objects/function/tosource/index.html index 6fdc0141be..f82d9f301d 100644 --- a/files/ja/web/javascript/reference/global_objects/function/tosource/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/tosource/index.html @@ -57,8 +57,6 @@ hello.toSource();

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.toSource")}}

diff --git a/files/ja/web/javascript/reference/global_objects/function/tostring/index.html b/files/ja/web/javascript/reference/global_objects/function/tostring/index.html index bd433a5b99..a6aee1ab0f 100644 --- a/files/ja/web/javascript/reference/global_objects/function/tostring/index.html +++ b/files/ja/web/javascript/reference/global_objects/function/tostring/index.html @@ -204,8 +204,6 @@ Function("a", "b")

ブラウザーの互換性

- -

{{Compat("javascript.builtins.Function.toString")}}

-- cgit v1.2.3-54-g00ecf