Function mozjs_sys::jsapi::JS_GetFunctionLength

source ยท
pub unsafe extern "C" fn JS_GetFunctionLength(
    cx: *mut JSContext,
    fun: HandleFunction,
    length: *mut u16,
) -> bool