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.

ReferenceError.prototype

概要

ReferenceError コンストラクタのプロトタイプを表します。

説明

全ての ReferenceError インスタンスは ReferenceError.prototype を継承します。全てのインスタンスにプロパティやメソッドを追加するために、このプロトタイプを利用できます。

プロパティ

constructor
インスタンスのプロパティを生成した関数を示します。
name
エラー名。

Error.prototype から継承されるProperties

メソッド

ReferenceError プロトタイプオブジェクトが自身のメソッドを何も持っていなくても、 ReferenceError インスタンスはプロトタイプチェーンを通していくつかのメソッドを継承しています。

Error.prototype から継承されるMethods

参照

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

 このページの貢献者: teoli, ethertank, Potappo, Hfjapancom
 最終更新者: teoli,