Home
last modified time | relevance | path

Searched defs:ecma_module (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.h79 struct ecma_module struct
81 struct ecma_module *next_p; /**< next linked list node */ argument
82 ecma_module_state_t state; /**< state of the mode */ argument
84 ecma_module_context_t *context_p; /**< module context of the module */ argument
93 typedef struct ecma_module_record argument