Module neon_runtime::nan::convert[][src]

Expand description

Helper functions for converting v8::Local values.

Functions

Casts the value provided to a v8::Object and mutates the out argument provided to refer to v8::Local handle of the converted value. Returns false if the conversion didn’t succeed.

Casts the value provided to a v8::String and mutates the out argument provided to refer to v8::Local handle of the converted value. Returns false if the conversion didn’t succeed.