JSValue constructor

const JSValue(
  1. JSContext context,
  2. JSValueRef ref
)

Implementation

const JSValue(JSContext context, JSValueRef ref)
    : _context = context,
      _ref = ref;