pub unsafe fn get_own_property_names(
    context: *mut JSContext,
    obj_ref: &QuickJsValueAdapter,
) -> Result<JSPropertyEnumRef, JsError>Expand description
get the property names of an object
ยงSafety
When passing a context pointer please make sure the corresponding QuickJsContext is still valid