Function quickjs_runtime::quickjs_utils::atoms::to_str

source ·
pub unsafe fn to_str(
    context: *mut JSContext,
    atom: &JSAtom,
) -> Result<&str, JsError>
Expand description

§Safety

When passing a context pointer please make sure the corresponding QuickJsContext is still valid