[][src]Function libquickjs_sys::JS_Invoke

pub unsafe extern "C" fn JS_Invoke(
    ctx: *mut JSContext,
    this_val: JSValue,
    atom: JSAtom,
    argc: c_int,
    argv: *mut JSValue
) -> JSValue