Function javascriptcore_sys::JSValueIsObject [] [src]

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

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

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