[][src]Function ul_sys::JSValueMakeUndefined

pub unsafe extern "C" fn JSValueMakeUndefined(ctx: JSContextRef) -> JSValueRef

@function @abstract Creates a JavaScript value of the undefined type. @param ctx The execution context to use. @result The unique undefined value.