JSValueMakeUndefined top-level property
Creates a JavaScript value of the undefined type.
ctx The execution context to use.
@result The unique undefined value.
Implementation
final JSValueRef Function(JSContextRef ctx) JSValueMakeUndefined = jscLib.lookup<NativeFunction<JSValueRef Function(JSContextRef ctx)>>('JSValueMakeUndefined').asFunction();