JSValue.makeUndefined constructor

JSValue.makeUndefined(
  1. JSContext context
)

Creates a JavaScript value of the undefined type.

Implementation

JSValue.makeUndefined(this.context)
    : this.pointer = JSValueRef.jSValueMakeUndefined(context.pointer);