Function JSValueMakeSymbol

Source
pub unsafe extern "C-unwind" fn JSValueMakeSymbol(
    ctx: JSContextRef,
    description: JSStringRef,
) -> JSValueRef
👎Deprecated: renamed to JSValue::new_symbol
Available on crate features JSValueRef and JSBase only.