Function is_map

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

see if a JSValueRef is an instance of Map

ยงSafety

please ensure the passed JSContext is still valid