廃止 Gecko 2 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
概要
__parent__
はオブジェクトのコンテクストへのポインタです。
構文
obj.__parent__
説明
__parent__
はオブジェクトのコンテクストへのポインタです。よって、例えば Web ブラウザでのトップレベルのオブジェクトの __parent__
の参照先は window
オブジェクトとなります。