Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c435 ecma_module_node_t *star_export_p = context_p->star_exports_p; in ecma_module_resolve_export() local
436 while (star_export_p != NULL) in ecma_module_resolve_export()
438 JERRY_ASSERT (star_export_p->module_names_p == NULL); in ecma_module_resolve_export()
441 ecma_module_resolve_stack_push (&stack_p, star_export_p->module_request_p, export_name_p); in ecma_module_resolve_export()
443 star_export_p = star_export_p->next_p; in ecma_module_resolve_export()
642 ecma_module_node_t *star_export_p = context_p->star_exports_p; in ecma_module_create_namespace_object() local
643 while (star_export_p != NULL && ecma_is_value_empty (result)) in ecma_module_create_namespace_object()
645 JERRY_ASSERT (star_export_p->module_names_p == NULL); in ecma_module_create_namespace_object()
649 star_export_p->module_request_p, in ecma_module_create_namespace_object()
652 star_export_p = star_export_p->next_p; in ecma_module_create_namespace_object()