DartEvaluateQuickjsByteCode typedef

DartEvaluateQuickjsByteCode = void Function(Pointer<Void>, Pointer<Uint8> bytes, int byteLen, Pointer<Utf8> url, Pointer<NativeBindingObject>, Object object, Pointer<NativeFunction<NativeEvaluateQuickjsByteCodeCallback>> callback)

Implementation

typedef DartEvaluateQuickjsByteCode = void Function(
    Pointer<Void>,
    Pointer<Uint8> bytes,
    int byteLen,
    Pointer<Utf8> url,
    Pointer<NativeBindingObject>,
    Object object,
    Pointer<NativeFunction<NativeEvaluateQuickjsByteCodeCallback>> callback);