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

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.