/third_party/jerryscript/jerry-port/default/ |
D | default-external-context.c | 21 extern jerry_context_t *jerry_dynamic_global_context_p; 39 jerry_port_default_set_current_context (jerry_context_t *context_p) /**< store created context */ in jerry_port_default_set_current_context() 65 jerry_context_t * 77 jerry_port_default_set_current_context (jerry_context_t *context_p) /**< points to the created cont… in jerry_port_default_set_current_context() 87 jerry_context_t * 97 static jerry_context_t *current_context_p = NULL; 103 jerry_port_default_set_current_context (jerry_context_t *context_p) /**< points to the created cont… in jerry_port_default_set_current_context() 113 jerry_context_t *
|
/third_party/jerryscript/jerry-core/api/ |
D | external-context-helpers.c | 37 jerry_context_t * bms_task_context = jerry_create_context (BMS_TASK_HEAP_SIZE * CONVERTION_RATIO, in bms_task_context_init() 63 jerry_context_t * js_task_context = jerry_create_context (JS_TASK_HEAP_SIZE * CONVERTION_RATIO, in js_task_context_init() 77 jerry_context_t * external_context = jerry_create_context (heap_size, alloc, NULL); in jerry_external_context_init()
|
D | generate-bytecode.h | 43 jerry_context_t *context_p;
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | jerry_port.c | 209 static jerry_context_t *current_context_p = NULL; 215 jerry_port_default_set_current_context (jerry_context_t *context_p) /**< points to the created cont… in jerry_port_default_set_current_context() 225 jerry_context_t *
|
/third_party/jerryscript/jerry-core/jcontext/ |
D | jcontext.h | 120 struct jerry_context_t struct 253 extern jerry_context_t *jerry_dynamic_global_context_p; argument 283 extern jerry_context_t jerry_global_context;
|
D | jcontext.c | 126 jerry_context_t jerry_global_context; 149 jerry_context_t *jerry_dynamic_global_context_p = NULL;
|
/third_party/jerryscript/jerry-port/default/include/ |
D | jerryscript-port-default.h | 38 void jerry_port_default_set_current_context (jerry_context_t *context_p);
|
/third_party/jerryscript/docs/ |
D | 05.PORT-API.md | 222 struct jerry_context_t *jerry_port_get_current_context (void); 344 static jerry_context_t *current_context_p = NULL; 350 jerry_port_default_set_current_context (jerry_context_t *context_p) /**< points to the created cont… 360 jerry_context_t *
|
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-port.h | 171 struct jerry_context_t *jerry_port_get_current_context (void);
|
D | jerryscript-core.h | 321 typedef struct jerry_context_t jerry_context_t; typedef 614 jerry_context_t *jerry_create_context (uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_da…
|
/third_party/jerryscript/tests/unit-core/ |
D | test-native-callback-nested.cpp | 72 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-unicode.cpp | 68 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-poolman.cpp | 71 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-exec-stop.cpp | 73 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-native-instanceof.cpp | 85 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-has-property.cpp | 57 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-api-errortype.cpp | 49 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-regression-3588.cpp | 72 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-to-length.cpp | 62 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-lit-char-helpers.cpp | 89 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-api-value-type.cpp | 70 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-jmem.cpp | 57 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-to-integer.cpp | 64 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-abort.cpp | 65 jerry_context_t* ctx_p = jerry_create_context(1024 * 1024 * 50, context_alloc_fn, NULL);
|
D | test-context-data.cpp | 169 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|