Function javascriptcore_sys::JSValueIsNumber [] [src]

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

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

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