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