pub fn new_native_function_q(
    q_ctx: &QuickJsRealmAdapter,
    name: &str,
    func: JSCFunction,
    arg_count: i32,
    is_constructor: bool
) -> Result<JSValueRef, JsError>
Expand description

create a new Function object which calls a native method