JSObject constructor

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

Implementation

JSObject(this.context, this.pointer);