JSValue constructor
JSValue(
- JSContext context,
- Pointer<
NativeType> pointer
Implementation
JSValue(this.context, this.pointer);
JSValue(this.context, this.pointer);