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