Function javascriptcore_sys::JSObjectCopyPropertyNames [] [src]

pub unsafe extern "C" fn JSObjectCopyPropertyNames(
    ctx: JSContextRef,
    object: JSObjectRef
) -> JSPropertyNameArrayRef

Gets the names of an object's enumerable properties.

Returns a JSPropertyNameArray containing the names of object's enumerable properties. Ownership follows the Create Rule.