[][src]Function ul_sys::JSValueIsSymbol

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

@function @abstract Tests whether a JavaScript value's type is the symbol type. @param ctx The execution context to use. @param value The JSValue to test. @result true if value's type is the symbol type, otherwise false.