Function jscjs_sys::api::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.