Home
last modified time | relevance | path

Searched refs:ECMA_MODULE_STATE_NATIVE (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c165 module_p->state = ECMA_MODULE_STATE_NATIVE; in ecma_module_create_native_module()
320 if (current_module_p->state == ECMA_MODULE_STATE_NATIVE) in ecma_module_resolve_export()
762 if (record.module_p->state == ECMA_MODULE_STATE_NATIVE) in ecma_module_connect_imports()
1035 if (module_p->state == ECMA_MODULE_STATE_NATIVE) in ecma_module_release_module()
Decma-module.h73 ECMA_MODULE_STATE_NATIVE = 5, /**< module is native */ enumerator