[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName [Back]  [Original]

Error.prototype.fileName - JavaScript | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Error.prototype.fileName

: . , , . , , , .

In this article

fileName , .

, . , , Firefox, debugger eval code.

: fileName

js
var e = new Error("   ");
throw e;
// e.fileName    "file:///C:/example.html"

- . .


Web Proxy Viewer  |  New URL  |  Original Page