[]Function neon_runtime::nan::object::get_own_property_names

pub unsafe extern "C" fn get_own_property_names(
    out: &mut Local,
    isolate: *mut Isolate__,
    object: Local
) -> bool

Mutates the out argument provided to refer to a newly created v8::Array containing the names of the v8::Object's own property names. Returns false if the result is empty.