Get to know MDN better
このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。
非標準: この機能は標準化されていません。非標準の機能はブラウザーの対応が限られ、将来的に変更または削除される可能性があるため、本番環境での使用は推奨されません。ただし、標準の選択肢が存在しない特定のケースでは、有効な代替手段となる場合があります。
InternalError オブジェクト は、 JavaScript エンジンで内部的に発生したエラーを示します。
これは、以下のように何かが大きすぎる時に発生します。
新しい InternalError オブジェクトを生成します。
エラーメッセージです。 Error.prototype.message から継承しています。
InternalError.prototype.nameエラー名です。 Error から継承しています。
InternalError.prototype.fileNameこのエラーが発生したファイルのパスです。 Error から継承しています。
InternalError.prototype.lineNumberこのエラーが発生したファイル内の行番号です。 Error から継承しています。
InternalError.prototype.columnNumberこのエラーが発生した行内の桁番号です。 Error から継承しています。
InternalError.prototype.stackスタックトレースです。 Error から継承しています。
この再帰関数は終了条件によって、10 回実行されます。
この条件を非常に大きな値に設定した場合、動作しなくなります。
詳しくは、 InternalError: too much recursion. を参照してください。
仕様の一部ではありません。
Enable JavaScript to view this browser compatibility table.
This page was last modified on 2023年11月8日 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.