JSCFunctionConstructorOfMagicFunction typedef

JSCFunctionConstructorOfMagicFunction = JSValue Function(JSContext ctx, JSValue newTarget, int argc, List<JSValue> argv, int magic)

Implementation

typedef JSCFunctionConstructorOfMagicFunction =
    JSValue Function(
      JSContext ctx,
      JSValue newTarget,
      int argc,
      List<JSValue> argv,
      int magic,
    );