Function mozjs::jsapi::JS_GetFunctionLength

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