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