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