Function javascriptcore_sys::JSValueIsString [] [src]

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

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

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