Module neon_runtime::nan::error[][src]

Expand description

Facilities for creating and throwing JS errors.

Functions

Mutates the out argument provided to refer to a newly created Error object.

Mutates the out argument provided to refer to a newly created RangeError object.

Mutates the out argument provided to refer to a newly created TypeError object.

Throws an Error object in the current context.

Throws an Error object in the current context.