Module neon_runtime::nan::primitive[][src]

Expand description

Facilities for working with primitive values.

Functions

Mutates the out argument provided to refer to the v8::Boolean object.

Gets the underlying value of a v8::Boolean object.

Mutates the out argument provided to refer to a newly created v8::Integer object.

Gets the underlying value of a v8::Integer object.

Indicates if the value is a 32-bit signed integer.

Indicates if the value is a 32-bit unsigned integer.

Mutates the out argument provided to refer to the v8::Null object.

Mutates the out argument provided to refer to a newly created v8::Number object.

Gets the underlying value of a v8::Number object.

Mutates the out argument provided to refer to the v8::Undefined object.