Function rquickjs_sys::JS_Invoke[][src]

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