Home
last modified time | relevance | path

Searched refs:current_context_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-port/default/
Ddefault-external-context.c97 static jerry_context_t *current_context_p = NULL; variable
105 current_context_p = context_p; in jerry_port_default_set_current_context()
116 return current_context_p; in jerry_port_get_current_context()
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_port.c209 static jerry_context_t *current_context_p = NULL; variable
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/
Decma-module.c666 ecma_module_context_t *current_context_p = JERRY_CONTEXT (module_top_context_p); in ecma_module_connect_imports() local
668 ecma_object_t *local_env_p = current_context_p->module_p->scope_p; in ecma_module_connect_imports()
671 ecma_module_node_t *import_node_p = current_context_p->imports_p; in ecma_module_connect_imports()
716 import_node_p = current_context_p->imports_p; in ecma_module_connect_imports()
/third_party/jerryscript/docs/
D05.PORT-API.md344 static jerry_context_t *current_context_p = NULL;
347 * Set the current_context_p as the passed pointer.
352 current_context_p = context_p;
363 return current_context_p;