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