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