pub unsafe extern "C" fn JSValueMakeNull(
ctx: JSContextRef,
) -> JSValueRefExpand description
@function @abstract Creates a JavaScript value of the null type. @param ctx The execution context to use. @result The unique null value.
pub unsafe extern "C" fn JSValueMakeNull(
ctx: JSContextRef,
) -> JSValueRef@function @abstract Creates a JavaScript value of the null type. @param ctx The execution context to use. @result The unique null value.