Rework module linking (#4632)
The module linking process from jerry_parse is moved out into a new jerry_module_link function, and jerry_parse is limited to create unlinked modules. JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
@@ -148,7 +148,6 @@ struct jerry_context_t
|
||||
#endif /* JERRY_ESNEXT */
|
||||
|
||||
#if JERRY_MODULE_SYSTEM
|
||||
ecma_module_t *module_list_p; /**< current module context */
|
||||
ecma_module_t *module_current_p; /**< current module context */
|
||||
#endif /* JERRY_MODULE_SYSTEM */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user