Liking cljdoc? Tell your friends :D
ClojureScript only.

js.EvalError

The EvalError object indicates an error regarding the global function. This exception is not thrown by JavaScript anymore, the EvalError object remains for compatibility.

The EvalError object indicates an error regarding the global
function. This exception is not thrown by JavaScript anymore,
the EvalError object remains for compatibility.
raw docstring

prototypecljs

(prototype this)

Property.

The EvalError.prototype property represents the prototype of js.EvalError constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/EvalError/prototype

Property.

The EvalError.prototype property represents the prototype of
`js.EvalError` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/EvalError/prototype`
raw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The EvalError.prototype property represents the prototype of js.EvalError constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/EvalError/prototype

Property.

The EvalError.prototype property represents the prototype of
`js.EvalError` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/EvalError/prototype`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close