JSValue constructor

JSValue(
  1. JSContext context,
  2. Pointer<NativeType> pointer
)

Implementation

JSValue(this.context, this.pointer);