pub unsafe fn traverse_properties_mut<V, R>(
    context: *mut JSContext,
    obj_ref: &JSValueRef,
    visitor: V
) -> Result<(), JsError> where
    V: FnMut(&str, &JSValueRef) -> Result<R, JsError>, 
Expand description

Safety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid