Function hirofa_quickjs_sys::JS_NewCFunctionMagic

source ยท
pub unsafe fn JS_NewCFunctionMagic(
    ctx: *mut JSContext,
    func: *mut JSCFunctionMagic,
    name: *const c_char,
    length: c_int,
    cproto: JSCFunctionEnum,
    magic: c_int,
) -> JSValue
Expand description

create a new Function based on a JSCFunction