The ReferenceError object represents an error when a non-existent is referenced.
The ReferenceError object represents an error when a non-existent is referenced.
(column-number this)
Property.
[Non Standard]
The columnNumber property contains the column number in the line the file that raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber
Property. [Non Standard] The columnNumber property contains the column number in the line the file that raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber`
(file-name this)
Property.
[Non Standard]
The fileName property contains the path to the file that raised error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName
Property. [Non Standard] The fileName property contains the path to the file that raised error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName`
(line-number this)
Property.
[Non Standard]
The lineNumber property contains the line number in the file raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber
Property. [Non Standard] The lineNumber property contains the line number in the file raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber`
(message this)
Property.
The message property is a human-readable description of the error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message
Property. The message property is a human-readable description of the error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message`
(name this)
Property.
The name property represents a name for the type of error. The value is "Error".
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name
Property. The name property represents a name for the type of error. The value is \"Error\". See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name`
(prototype this)
Property.
The ReferenceError.prototype property represents the prototype
the js.ReferenceError
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype
Property. The ReferenceError.prototype property represents the prototype the `js.ReferenceError` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype`
(set-column-number! this val)
Property.
[Non Standard]
The columnNumber property contains the column number in the line the file that raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber
Property. [Non Standard] The columnNumber property contains the column number in the line the file that raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/columnNumber`
(set-file-name! this val)
Property.
[Non Standard]
The fileName property contains the path to the file that raised error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName
Property. [Non Standard] The fileName property contains the path to the file that raised error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/fileName`
(set-line-number! this val)
Property.
[Non Standard]
The lineNumber property contains the line number in the file raised this error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber
Property. [Non Standard] The lineNumber property contains the line number in the file raised this error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/lineNumber`
(set-message! this val)
Property.
The message property is a human-readable description of the error.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message
Property. The message property is a human-readable description of the error. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message`
(set-name! this val)
Property.
The name property represents a name for the type of error. The value is "Error".
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name
Property. The name property represents a name for the type of error. The value is \"Error\". See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/name`
(set-prototype! this val)
Property.
The ReferenceError.prototype property represents the prototype
the js.ReferenceError
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype
Property. The ReferenceError.prototype property represents the prototype the `js.ReferenceError` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ReferenceError/prototype`
(set-stack! this val)
Property.
[Non Standard]
The non-standard stack property of js.Error
objects offer a
of which functions were called, in what order, from which line
file, and with what arguments. The stack string proceeds from
most recent calls to earlier ones, leading back to the original
scope call.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack
Property. [Non Standard] The non-standard stack property of `js.Error` objects offer a of which functions were called, in what order, from which line file, and with what arguments. The stack string proceeds from most recent calls to earlier ones, leading back to the original scope call. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack`
(stack this)
Property.
[Non Standard]
The non-standard stack property of js.Error
objects offer a
of which functions were called, in what order, from which line
file, and with what arguments. The stack string proceeds from
most recent calls to earlier ones, leading back to the original
scope call.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack
Property. [Non Standard] The non-standard stack property of `js.Error` objects offer a of which functions were called, in what order, from which line file, and with what arguments. The stack string proceeds from most recent calls to earlier ones, leading back to the original scope call. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/Stack`
(to-source this)
Method.
[Non Standard]
The toSource() method returns code that could eval to the same
e.toSource()
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toSource
Method. [Non Standard] The toSource() method returns code that could eval to the same `e.toSource()` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toSource`
(to-string this)
Method.
The toString() method returns a string representing the specified object.
e.toString()
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toString
Method. The toString() method returns a string representing the specified object. `e.toString()` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/toString`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close