Function is_date

Source
pub unsafe fn is_date(ctx: *mut JSContext, obj: &QuickJsValueAdapter) -> bool
Expand description

check if a JSValueRef is an instance of Date

ยงSafety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid