JSValue.makeUndefined constructor
JSValue.makeUndefined(
- JSContext context
Creates a JavaScript value of the undefined type.
Implementation
JSValue.makeUndefined(this.context)
: this.pointer = JSValueRef.jSValueMakeUndefined(context.pointer);