[−][src]Function neon_runtime::nan::object::set_string
pub unsafe extern "C" fn set_string(
out: &mut bool,
object: Local,
key: *const u8,
len: i32,
val: Local
) -> bool
Sets the underlying content of a v8::String object. Also mutates the out argument
provided to refer to a v8::Local boolean value, true if the set was successful.