Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c676 ecma_module_names_t *import_names_p = import_node_p->module_names_p; in ecma_module_connect_imports() local
678 while (import_names_p != NULL) in ecma_module_connect_imports()
685 binding_p = ecma_find_named_property (lex_env_p, import_names_p->local_name_p); in ecma_module_connect_imports()
696 ecma_value_t status = ecma_op_has_binding (lex_env_p, import_names_p->local_name_p); in ecma_module_connect_imports()
710 import_names_p = import_names_p->next_p; in ecma_module_connect_imports()
727 ecma_module_names_t *import_names_p = import_node_p->module_names_p; in ecma_module_connect_imports() local
728 while (import_names_p != NULL) in ecma_module_connect_imports()
730 …const bool is_namespace_import = ecma_compare_ecma_string_to_magic_id (import_names_p->imex_name_p, in ecma_module_connect_imports()
741 …ecma_op_create_mutable_binding (local_env_p, import_names_p->local_name_p, true /* is_deletable */… in ecma_module_connect_imports()
743 import_names_p->local_name_p, in ecma_module_connect_imports()
[all …]