Home
last modified time | relevance | path

Searched refs:current_context_p (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-port/default/
H A Ddefault-external-context.c79 * Set the current_context_p as the passed pointer.
102 static jerry_context_t *current_context_p = NULL; variable
105 * Set the current_context_p as the passed pointer.
110 current_context_p = context_p; in jerry_port_default_set_current_context()
121 return current_context_p; in jerry_port_get_current_context()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c209 static jerry_context_t *current_context_p = NULL; variable
212 * Set the current_context_p as the passed pointer.
217 current_context_p = context_p; in jerry_port_default_set_current_context()
228 return current_context_p; in jerry_port_get_current_context()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-module.c675 ecma_module_context_t *current_context_p = JERRY_CONTEXT (module_top_context_p); in ecma_module_connect_imports() local
677 ecma_object_t *local_env_p = current_context_p->module_p->scope_p; in ecma_module_connect_imports()
680 ecma_module_node_t *import_node_p = current_context_p->imports_p; in ecma_module_connect_imports()
725 import_node_p = current_context_p->imports_p; in ecma_module_connect_imports()

Completed in 3 milliseconds