pub unsafe extern "C" fn JSValueMakeUndefined(
ctx: JSContextRef,
) -> JSValueRefExpand description
@function @abstract Creates a JavaScript value of the undefined type. @param ctx The execution context to use. @result The unique undefined value.