Home
last modified time | relevance | path

Searched defs:module_p (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.h60 ecma_module_t *module_p; /**< module request */ member
95 ecma_module_t *module_p; /**< module */ member
114 ecma_module_t *module_p; /**< module request */ member
H A Decma-module.c128 ecma_module_t *module_p = (ecma_module_t *) jmem_heap_alloc_block (sizeof (ecma_module_t)); in ecma_module_create_module() local
145 ecma_module_t *module_p = ecma_module_find_module (path_p); ecma_module_find_or_create_module() local
164 ecma_module_t *module_p = ecma_module_create_module (path_p); ecma_module_create_native_module() local
192 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
479 ecma_module_evaluate(ecma_module_t *module_p) ecma_module_evaluate() 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
573 ecma_module_create_namespace_object(ecma_module_t *module_p) ecma_module_create_namespace_object() argument
847 ecma_module_parse(ecma_module_t *module_p) ecma_module_parse() argument
1035 ecma_module_release_module(ecma_module_t *module_p) ecma_module_release_module() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-module.c325 ecma_module_t *module_p = ecma_module_find_or_create_module (path_p); in parser_module_context_init() local
584 ecma_module_t *module_p = ecma_module_find_module (name_p); in parser_module_handle_module_specifier() local
[all...]
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c86 void jerryx_native_module_register (jerryx_native_module_t *module_p) in jerryx_native_module_register() argument
92 void jerryx_native_module_unregister (jerryx_native_module_t *module_p) in jerryx_native_module_unregister() argument
184 const jerryx_native_module_t *module_p = NULL; in jerryx_resolve_native_module() local
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c324 ecma_module_t *module_p = JERRY_CONTEXT (module_top_context_p)->module_p; in vm_run_global() local

Completed in 10 milliseconds