Searched refs:jerry_create_context (Results 1 – 25 of 41) sorted by relevance
12
/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()
|
/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-api-errortype.cpp | 49 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-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-jmem.cpp | 57 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-lit-char-helpers.cpp | 89 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-resource-name.cpp | 72 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-context-data.cpp | 169 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-dataview.cpp | 54 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-container.cpp | 49 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-api-property.cpp | 48 jerry_context_t* ctx_p = jerry_create_context(1024 * 1024 * 50, context_alloc_fn, NULL);
|
D | test-promise.cpp | 147 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-api-binary-operations-instanceof.cpp | 71 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-newtarget.cpp | 138 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-api-promise.cpp | 211 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
D | test-objects-foreach.cpp | 210 jerry_context_t *ctx_p = jerry_create_context (1024, context_alloc_fn, NULL);
|
12