Function jscjs_sys::api::JSValueMakeNull[][src]

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

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