Function mozjs::rust::wrappers::JS_DefineFunctions

source ยท
pub unsafe fn JS_DefineFunctions(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    fs: *const JSFunctionSpec,
) -> bool