newError method

JSValue newError({
  1. bool autoDispose = true,
})

Implementation

JSValue newError({bool autoDispose = true}) =>
    JSValue.ptr(this, JS_NewError(_ref), autoDispose: autoDispose);