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