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