Skip to main content

JS_GetFunctionLength

Function JS_GetFunctionLength 

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

Use wrappers2 instead