JavaScriptDarwinExecutionException constructor

const JavaScriptDarwinExecutionException(
  1. String message,
  2. JsEvalResult jsEvalResult,
  3. JavascriptCoreRuntime runtime,
  4. StackTrace stackTrace,
)

Implementation

const JavaScriptDarwinExecutionException(
    this.message, this.jsEvalResult, this.runtime, this.stackTrace);