Function javascriptcore_sys::JSValueIsNull [] [src]

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

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

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