pub unsafe extern "C" fn get_index(
    out: &mut Local,
    object: Local,
    index: u32
) -> bool
Expand description

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.