JSException constructor

const JSException(
  1. JSContext context,
  2. Pointer<JSValueRef> ref
)

Implementation

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