Function javascriptcore_sys::JSValueIsUndefined [] [src]

pub unsafe extern "C" fn JSValueIsUndefined(
    ctx: JSContextRef,
    value: JSValueRef
) -> bool

Tests whether a JavaScript value's type is the undefined type.

Returns true if value's type is the undefined type, otherwise false.