Function mozjs::rust::wrappers::JS_GetFunctionLength

source ยท
pub unsafe fn JS_GetFunctionLength(
    cx: *mut JSContext,
    fun: HandleFunction<'_>,
    length: *mut u16,
) -> bool