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

Expand description

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

Functions

Indicates if the value type is Array.

Indicates if the value type is ArrayBuffer.

Indicates if the value type is Boolean.

Indicates if the value type is Buffer.

Indicates if the value type is Error.

Indicates if the value type is Function.

Indicates if the value type is Null.

Indicates if the value type is Number.

Indicates if the value type is Object.

Indicates if the value type is String.

Indicates if the value type is Undefined.