Searched refs:export_node_p (Results 1 – 1 of 1) sorted by relevance
127 ecma_module_node_t *export_node_p = JERRY_CONTEXT (module_top_context_p)->local_exports_p; in parser_module_check_duplicate_export() local128 if (export_node_p != NULL) in parser_module_check_duplicate_export()130 JERRY_ASSERT (export_node_p->next_p == NULL); in parser_module_check_duplicate_export()131 ecma_module_names_t *name_p = export_node_p->module_names_p; in parser_module_check_duplicate_export()144 export_node_p = JERRY_CONTEXT (module_top_context_p)->indirect_exports_p; in parser_module_check_duplicate_export()145 while (export_node_p != NULL) in parser_module_check_duplicate_export()147 ecma_module_names_t *name_p = export_node_p->module_names_p; in parser_module_check_duplicate_export()159 export_node_p = export_node_p->next_p; in parser_module_check_duplicate_export()