Function ul_sys::JSValueMakeUndefined[][src]

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

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