JSCFunctionGenericMagicFunction_ typedef

JSCFunctionGenericMagicFunction_ = JSValue_ Function(JSContextRef ctx, JSValue_ thiz, int argc, JSValueRef argv, int magic)

Implementation

typedef JSCFunctionGenericMagicFunction_ =
    JSValue_ Function(
      JSContextRef ctx,
      JSValue_ thiz,
      int argc,
      JSValueRef argv,
      int magic,
    );