Function javascriptcore_sys::JSValueMakeUndefined
[−]
[src]
pub unsafe extern "C" fn JSValueMakeUndefined(ctx: JSContextRef) -> JSValueRef
Creates a JavaScript value of the undefined type.
ctx: The execution context to use.
Returns the unique undefined value.