quickjs_runtime::quickjs_utils::modulesFunction get_module_name
source pub unsafe fn get_module_name(
ctx: *mut JSContext,
module: *mut JSModuleDef,
) -> Result<String, JsError>
Expand description
get the name of an JSModuleDef struct
ยงSafety
Please ensure the context passed is still valid