Home
last modified time | relevance | path

Searched refs:module_not_found (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-ext/module/
Dmodule.c25 static const jerry_char_t *module_not_found = (jerry_char_t *) "Module not found"; variable
312 *result = jerryx_module_create_error (JERRY_ERROR_COMMON, module_not_found, name); in jerryx_module_resolve_local()