Function quickjs_runtime::quickjs_utils::objects::get_namespace[][src]

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

Safety

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