Home
last modified time | relevance | path

Searched refs:jerry_create_context (Results 1 – 25 of 41) sorted by relevance

12

/third_party/jerryscript/jerry-core/api/
Dexternal-context-helpers.c37 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()
/third_party/jerryscript/tests/unit-core/
Dtest-native-callback-nested.cpp72 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-unicode.cpp68 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-poolman.cpp71 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-exec-stop.cpp73 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-native-instanceof.cpp85 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-api-errortype.cpp49 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-has-property.cpp57 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-regression-3588.cpp72 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-to-length.cpp62 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-jmem.cpp57 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-api-value-type.cpp70 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-lit-char-helpers.cpp89 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-to-integer.cpp64 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-resource-name.cpp72 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-context-data.cpp169 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-abort.cpp65 jerry_context_t* ctx_p = jerry_create_context(1024 * 1024 * 50, context_alloc_fn, NULL);
Dtest-dataview.cpp54 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-container.cpp49 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-api-property.cpp48 jerry_context_t* ctx_p = jerry_create_context(1024 * 1024 * 50, context_alloc_fn, NULL);
Dtest-promise.cpp147 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-api-binary-operations-instanceof.cpp71 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-newtarget.cpp138 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-api-promise.cpp211 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
Dtest-objects-foreach.cpp210 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);

12