JSObjectCallAsConstructorCallbackDart typedef

JSObjectCallAsConstructorCallbackDart = Pointer<NativeType> Function(Pointer<NativeType> ctx, Pointer<NativeType> constructor, int argumentCount, Pointer<Pointer<NativeType>> arguments, Pointer<Pointer<NativeType>> exception)

Implementation

typedef JSObjectCallAsConstructorCallbackDart = Pointer Function(
    Pointer ctx,
    Pointer constructor,
    int argumentCount,
    Pointer<Pointer> arguments,
    Pointer<Pointer> exception);