JSException constructor
JSException(
- JSContext context,
- Pointer<
JSValueRef> _ref, { - bool autoDispose = true,
Implementation
JSException(this.context, this._ref, {bool autoDispose = true}) {
attach(calloc.nativeFree, _ref.cast(), autoDispose: autoDispose);
}