Home
last modified time | relevance | path

Searched refs:JS_TASK_HEAP_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-port/
H A Dconfig-jupiter.h32 #ifndef JS_TASK_HEAP_SIZE
33 #define JS_TASK_HEAP_SIZE (64) macro
34 #endif /* JS_TASK_HEAP_SIZE */
37 #define JS_TASK_CONTEXT_AND_HEAP_SIZE_BYTE (JS_TASK_HEAP_SIZE * CONVERTION_RATIO + 5000 + 16)
/third_party/jerryscript/jerry-core/api/
H A Dexternal-context-helpers.c63 jerry_context_t * js_task_context = jerry_create_context (JS_TASK_HEAP_SIZE * CONVERTION_RATIO, in js_task_context_init()

Completed in 1 milliseconds