JSException constructor
const
JSException(
- JSContext context,
- Pointer<
JSValueRef> ref
Implementation
const JSException(JSContext context, Pointer<JSValueRef> ref)
: _context = context,
_ref = ref;