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.

InternalError.prototype

非標準
この機能は標準ではなく、標準化の予定もありません。公開されている Web サイトには使用しないでください。ユーザーによっては使用できないことがあります。実装ごとに大きな差があることもあり、将来は振る舞いが変わるかもしれません。

InternalError.prototype プロトタイプは、InternalError コンストラクターの prototype を表します。

InternalError.prototype のプロパテイ属性
書込可能 不可
列挙可能 不可
設定可能 不可

説明

すべての InternalError インスタンスは InternalError.prototype から継承します。この prototype は、すべてのインスタンスにプロパティやメソッドを追加するために使用してください。

プロパティ

InternalError.prototype.constructor
インスタンスのプロトタイプを生成した関数を指定します。
InternalError.prototype.message
エラーメッセージ。 Error から継承されます。
InternalError.prototype.name
エラー名称。 Error から継承されます。
InternalError.prototype.fileName
このエラーを起こしたファイルへのパス。Error から継承されます。
InternalError.prototype.lineNumber
このエラーを起こしたファイルの行番号。Error から継承されます。
InternalError.prototype.columnNumber
このエラーを起こした行の列番号。Error から継承されます。
InternalError.prototype.stack
スタックトレース。Error から継承されます。

メソッド

InternalError プロトタイプオブジェクトは自身のメソッドを含みませんが、InternalError インスタンスはプロトタイプチェーンを通していくつかのメソッドを継承します。

仕様

仕様の一部ではありません。

ブラウザーの実装状況

機能 Chrome Firefox (Gecko) Internet Explorer Opera Safari
基本サポート 未サポート (有) 未サポート 未サポート 未サポート
機能 Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
基本サポート 未サポート 未サポート (有) 未サポート 未サポート 未サポート

関連情報

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

 このページの貢献者: Marsf, shide55
 最終更新者: Marsf,