diff options
Diffstat (limited to 'files/ja/archive/web/javascript/object.parent/index.html')
| -rw-r--r-- | files/ja/archive/web/javascript/object.parent/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ja/archive/web/javascript/object.parent/index.html b/files/ja/archive/web/javascript/object.parent/index.html new file mode 100644 index 0000000000..5b25b4c8e6 --- /dev/null +++ b/files/ja/archive/web/javascript/object.parent/index.html @@ -0,0 +1,41 @@ +--- +title: Object.prototype.__parent__ +slug: Archive/Web/JavaScript/Object.parent +tags: + - JavaScript + - Non-standard + - Object + - Obsolete + - Property + - Prototype + - プロパティ + - 廃止 + - 標準外 +translation_of: Archive/Web/JavaScript/Object.parent +--- +<div>{{JSRef}}{{Non-standard_Header}}{{Obsolete_Header("gecko2")}}</div> + +<p><strong><code>__parent__</code></strong> プロパティはオブジェクトのコンテキストを指すために使用されていましたが、削除されました。</p> + +<h2 id="Syntax" name="Syntax">構文</h2> + +<pre class="syntaxbox"><var>obj</var>.__parent__</pre> + +<h2 id="Description" name="Description">解説</h2> + +<p>最上位のオブジェクト、つまり window などを表します。</p> + +<h2 id="Specifications" name="Specifications">仕様書</h2> + +<p>どの標準にも含まれていません。</p> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2> + +<p>どこでも対応されていません。歴史的には Firefox のバージョン 4 までが対応していました。</p> + +<h2 id="See_also" name="See_also">関連情報</h2> + +<ul> + <li><a class="external" href="http://whereswalden.com/2010/05/07/spidermonkey-change-du-jour-the-special-__parent__-property-has-been-removed/">SpiderMonkey change du jour: the special __parent__ property has been removed</a></li> + <li><a href="/ja/docs/Components.utils.getGlobalForObject">Components.utils.getGlobalForObject</a></li> +</ul> |
