[−][src]Function neon_runtime::nan::object::get
pub unsafe extern "C" fn get(out: &mut Local, object: Local, key: Local) -> bool
Mutates the out argument provided to refer to the v8::Local value at the key
provided. Returns false if the result couldn't be retrieved.