Function neon_runtime::string::new [−][src]
pub unsafe extern "C" fn new(
out: &mut Local,
isolate: *mut Isolate,
data: *const u8,
len: i32
) -> bool
Mutates the out argument provided to refer to a newly created v8::String. Returns
false if the value couldn't be created.