JSObject constructor

const JSObject(
  1. JSContext context,
  2. JSObjectRef ref
)

Implementation

const JSObject(JSContext context, JSObjectRef ref)
    : _context = context,
      _ref = ref;