quickjs_runtime::reflection

Type Alias ProxyConstructor

source
pub type ProxyConstructor = dyn Fn(&QuickJsRuntimeAdapter, &QuickJsRealmAdapter, usize, &[QuickJsValueAdapter]) -> Result<(), JsError> + 'static;