JSCFunction typedef

JSCFunction = JSValue Function(JSContext ctx, JSValue thiz, List<JSValue> argv)

Implementation

typedef JSCFunction = JSValue Function(
    JSContext ctx, JSValue thiz, List<JSValue> argv);