Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.h137 ecma_value_t ecma_module_parse_modules (void);
Decma-module.c914 ecma_module_parse_modules (void) in ecma_module_parse_modules() function
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2774 ecma_value_t ret_value = ecma_module_parse_modules (); in parser_parse_script()