ReportJsException typedef

ReportJsException = Void Function(Int32 engineId, Pointer<Utf16> descriptionStream, Pointer<Utf16> stackStream)

Implementation

typedef ReportJsException = Void Function(
  Int32 engineId,
  Pointer<Utf16> descriptionStream,
  Pointer<Utf16> stackStream,
);