mozjs::rust::wrappers

Function JS_GetFunctionLength

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