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

Facilities for creating and throwing JS errors.

Functions

new_error

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

new_range_error

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

new_type_error

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

throw

Throws an Error object in the current context.

throw_error_from_utf8

Throws an Error object in the current context.