Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.h129 ecma_string_t *ecma_module_create_normalized_path (const uint8_t *char_p,
Decma-module.c40 ecma_module_create_normalized_path (const uint8_t *char_p, /**< module specifier */ in ecma_module_create_normalized_path() function
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-module.c316 ecma_string_t *path_p = ecma_module_create_normalized_path (path_str_chars_p, in parser_module_context_init()
603 …ecma_string_t *path_p = ecma_module_create_normalized_path (context_p->lit_object.literal_p->u.cha… in parser_module_handle_module_specifier()