Home
last modified time | relevance | path

Searched defs:export_name_p (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.h115 ecma_string_t *export_name_p; /**< export identifier name */ member
H A Decma-module.c192 ecma_module_resolve_set_insert(ecma_module_resolve_set_t **set_p, ecma_module_t * const module_p, ecma_string_t * const export_name_p) ecma_module_resolve_set_insert() argument
242 ecma_module_resolve_stack_push(ecma_module_resolve_stack_t **stack_p, ecma_module_t * const module_p, ecma_string_t * const export_name_p) ecma_module_resolve_stack_push() argument
286 ecma_module_resolve_export(ecma_module_t * const module_p, ecma_string_t * const export_name_p, ecma_module_record_t *out_record_p) ecma_module_resolve_export() argument
519 ecma_module_namespace_object_add_export_if_needed(ecma_module_t *module_p, ecma_string_t *export_name_p) ecma_module_namespace_object_add_export_if_needed() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-module.c375 ecma_string_t *export_name_p = NULL; in parser_module_parse_export_clause() local
113 parser_module_check_duplicate_export(parser_context_t *context_p, ecma_string_t *export_name_p) parser_module_check_duplicate_export() argument
[all...]
H A Djs-parser-statm.c2482 ecma_string_t *export_name_p = ecma_get_magic_string (LIT_MAGIC_STRING_DEFAULT); in parser_parse_export_statement() local

Completed in 5 milliseconds