pub unsafe extern "C" fn JSValueMakeUndefined(
ctx: JSContextRef,
) -> JSValueRef
Expand description
Creates a JavaScript value of the undefined
type.
ctx
: The execution context to use.
Returns the unique undefined
value.
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.