pub unsafe fn get_script_or_module_name(
    context: *mut JSContext
) -> Result<String, JsError>
Expand description

get the current filename

Safety

ensure the QuickJsContext has not been dropped