Skip to main content

JSValueIsSymbol

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 JSBase and JSValueRef only.