Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-module.c58 ecma_module_node_t *module_node_p = JERRY_CONTEXT (module_top_context_p)->imports_p; in parser_module_check_duplicate_import()
235 ecma_module_node_t *stored_imports = JERRY_CONTEXT (module_top_context_p)->imports_p; in parser_module_add_import_node_to_context()
263 module_node_p->next_p = JERRY_CONTEXT (module_top_context_p)->imports_p; in parser_module_add_import_node_to_context()
264 JERRY_CONTEXT (module_top_context_p)->imports_p = module_node_p; in parser_module_add_import_node_to_context()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.h56 ecma_module_node_t *imports_p; /**< import item of the current context */ member
Decma-module.c671 ecma_module_node_t *import_node_p = current_context_p->imports_p; in ecma_module_connect_imports()
716 import_node_p = current_context_p->imports_p; in ecma_module_connect_imports()
1014 ecma_module_release_module_nodes (module_context_p->imports_p); in ecma_module_release_module_context()