Function neon_runtime::object::get_own_property_names [−][src]
pub unsafe extern "C" fn get_own_property_names(
out: &mut Local,
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.