Searched refs:local_exports_p (Results 1 – 3 of 3) sorted by relevance
344 if (context_p->local_exports_p != NULL) in ecma_module_resolve_export()347 JERRY_ASSERT (context_p->local_exports_p->next_p == NULL); in ecma_module_resolve_export()348 ecma_module_names_t *export_names_p = context_p->local_exports_p->module_names_p; in ecma_module_resolve_export()566 if (context_p->local_exports_p != NULL) in ecma_module_create_namespace_object()569 JERRY_ASSERT (context_p->local_exports_p->next_p == NULL); in ecma_module_create_namespace_object()570 ecma_module_names_t *export_names_p = context_p->local_exports_p->module_names_p; in ecma_module_create_namespace_object()1015 ecma_module_release_module_nodes (module_context_p->local_exports_p); in ecma_module_release_module_context()
57 ecma_module_node_t *local_exports_p; /**< export item of the current context */ member
127 ecma_module_node_t *export_node_p = JERRY_CONTEXT (module_top_context_p)->local_exports_p; in parser_module_check_duplicate_export()193 export_list_p = &(JERRY_CONTEXT (module_top_context_p)->local_exports_p); in parser_module_add_export_node_to_context()