JSValueGetType

Function JSValueGetType 

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