pub fn is_map_q(
q_ctx: &QuickJsRealmAdapter,
obj: &QuickJsValueAdapter,
) -> Result<bool, JsError>
Expand description
see if a JSValueRef is an instance of Map
pub fn is_map_q(
q_ctx: &QuickJsRealmAdapter,
obj: &QuickJsValueAdapter,
) -> Result<bool, JsError>
see if a JSValueRef is an instance of Map