Function JSValueIsSymbol

Source
pub unsafe extern "C-unwind" fn JSValueIsSymbol(
    ctx: JSContextRef,
    value: JSValueRef,
) -> bool
👎Deprecated: renamed to JSValue::is_symbol
Available on crate features JSValueRef and JSBase only.