pub unsafe fn get_namespace(
    context: *mut JSContext,
    namespace: Vec<&str>,
    create_if_absent: bool
) -> Result<JSValueRef, JsError>
Expand description

Safety

when passing a context ptr please be sure that the corresponding QuickJsContext is still active