pub unsafe fn is_date(
context: *mut JSContext,
obj_ref: &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