Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c126 ecma_module_create_module (ecma_string_t *const path_p) /**< module identifier */ in ecma_module_create_module() function
152 return ecma_module_create_module (path_p); in ecma_module_find_or_create_module()
164 ecma_module_t *module_p = ecma_module_create_module (path_p); in ecma_module_create_native_module()