pub unsafe fn get(
    ctx: *mut JSContext,
    map: &JSValueRef,
    key: JSValueRef
) -> Result<JSValueRef, JsError>
Expand description

get a value from a map by key

Safety

please ensure the passed JSContext is still valid