Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Object.prototype.__lookupSetter__()

非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

非推奨
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

概要

指定したプロパティに結びつけられているセッタ関数を返します。

構文

obj.__lookupSetter__(sprop)

引数

sprop
セッタ関数を返すプロパティの名前を表す文字列

説明

オブジェクトのプロパティに対するセッタ関数が定義されていても、そのプロパティを通してセッタ関数への参照を得る事はできません。なぜならそのプロパティは、セッタ関数の戻り値を参照するからです。 __lookupSetter__ を使う事で、セッタ関数への参照を得る事ができます。

関連項目

ドキュメントのタグと貢献者

 このページの貢献者: teoli, ethertank, Mgjbot, Plum.the.goodman
 最終更新者: teoli,