pub unsafe fn get_all_property_names(
    env: Env,
    object: Value,
    key_mode: KeyCollectionMode,
    key_filter: KeyFilter,
    key_conversion: KeyConversion,
    result: *mut Value
) -> Status
Available on crate features sys and napi-6 only.
Expand description