toValue method

JSValue toValue()

JSObject to JSValue

Implementation

JSValue toValue() {
  return JSValue(context, pointer);
}