Function mozjs::rust::wrappers::GetPropertyKeys

source ยท
pub unsafe fn GetPropertyKeys(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    flags: c_uint,
    props: MutableHandleIdVector,
) -> bool