Function quickjs_runtime::quickjs_utils::maps::new_map

source ·
pub unsafe fn new_map(
    ctx: *mut JSContext,
) -> Result<QuickJsValueAdapter, JsError>
Expand description

create new instance of Map

§Safety

please ensure the passed JSContext is still valid