NativeDumpQuickjsByteCode typedef

NativeDumpQuickjsByteCode = Void Function(Pointer<Void>, Pointer<Uint8> code, Int32 codeLen, Pointer<Pointer<Uint8>> parsedBytecodes, Pointer<Uint64> bytecodeLen, Pointer<Utf8> url, Bool isModule, Handle context, Pointer<NativeFunction<NativeDumpQuickjsByteCodeResultCallback>> resultCallback)

Implementation

typedef NativeDumpQuickjsByteCode = Void Function(
    Pointer<Void>,
    Pointer<Uint8> code,
    Int32 codeLen,
    Pointer<Pointer<Uint8>> parsedBytecodes,
    Pointer<Uint64> bytecodeLen,
    Pointer<Utf8> url,
    Bool isModule,
    Handle context,
    Pointer<NativeFunction<NativeDumpQuickjsByteCodeResultCallback>> resultCallback);