quickjs_runtime::quickjs_utils::maps

Function 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