Function neon_runtime::convert::to_string [−][src]
pub unsafe extern "C" fn to_string(out: &mut Local, value: Local) -> bool
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.