JSException constructor

JSException(
  1. JSContext context,
  2. Pointer<JSValueRef> _ref, {
  3. bool autoDispose = true,
})

Implementation

JSException(this.context, this._ref, {bool autoDispose = true}) {
  attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}