[][src]Module neon_runtime::nan::tag

Facilities for identifying the type of a v8::Local handle.

Functions

is_array

Indicates if the value type is Array.

is_arraybuffer

Indicates if the value type is ArrayBuffer.

is_boolean

Indicates if the value type is Boolean.

is_buffer

Indicates if the value type is Buffer.

is_error

Indicates if the value type is Error.

is_function

Indicates if the value type is Function.

is_null

Indicates if the value type is Null.

is_number

Indicates if the value type is Number.

is_object

Indicates if the value type is Object.

is_string

Indicates if the value type is String.

is_undefined

Indicates if the value type is Undefined.