Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.h59 ecma_module_node_t *star_exports_p; /**< export item of the current context */ member
Decma-module.c435 ecma_module_node_t *star_export_p = context_p->star_exports_p; in ecma_module_resolve_export()
594 ecma_module_node_t *star_export_p = context_p->star_exports_p; in ecma_module_create_namespace_object()
1017 ecma_module_release_module_nodes (module_context_p->star_exports_p); in ecma_module_release_module_context()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-module.c183 export_list_p = &(JERRY_CONTEXT (module_top_context_p)->star_exports_p); in parser_module_add_export_node_to_context()