Home
last modified time | relevance | path

Searched refs:import_node_p (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.c680 ecma_module_node_t *import_node_p = current_context_p->imports_p; in ecma_module_connect_imports() local
683 while (import_node_p != NULL) in ecma_module_connect_imports()
685 ecma_module_names_t *import_names_p = import_node_p->module_names_p; in ecma_module_connect_imports()
722 import_node_p = import_node_p->next_p; in ecma_module_connect_imports()
725 import_node_p = current_context_p->imports_p; in ecma_module_connect_imports()
728 while (import_node_p != NULL) in ecma_module_connect_imports()
730 ecma_value_t result = ecma_module_evaluate (import_node_p->module_request_p); in ecma_module_connect_imports()
736 ecma_module_names_t *import_names_p = import_node_p->module_names_p; in ecma_module_connect_imports()
744 result = ecma_module_create_namespace_object (import_node_p in ecma_module_connect_imports()
[all...]

Completed in 1 milliseconds