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

Error: 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: fileName

: . . .

Error fileName .

In this article

.

Property attributes of Error: fileName

. ( Firefox ) , "debugger eval code" .

fileName

js
const e = new Error("Could not parse input");
throw e;
// e.fileName "file:///C:/example.html"    .

.


Web Proxy Viewer  |  New URL  |  Original Page