pub unsafe fn is_map(
    ctx: *mut JSContext,
    obj: &JSValueRef
) -> Result<bool, JsError>
Expand description

see if a JSValueRef is an instance of Map

Safety

please ensure the passed JSContext is still valid