Home
last modified time | relevance | path

Searched refs:JERRYX_SCOPE_PRELIST_SIZE (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope-allocator.c32 jerryx_handle_scope_pool.prelist + JERRYX_SCOPE_PRELIST_SIZE - 1
63 && (scope <= (jerryx_handle_scope_pool.prelist + JERRYX_SCOPE_PRELIST_SIZE - 1)); in jerryx_handle_scope_is_in_prelist()
153 if (jerryx_handle_scope_pool.count < JERRYX_SCOPE_PRELIST_SIZE) in jerryx_handle_scope_alloc()
163 if (jerryx_handle_scope_pool.count != JERRYX_SCOPE_PRELIST_SIZE) in jerryx_handle_scope_alloc()
Dhandle-scope-internal.h51 …jerryx_handle_scope_t prelist[JERRYX_SCOPE_PRELIST_SIZE]; /**< inlined handle scopes in the pool */
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h30 #ifndef JERRYX_SCOPE_PRELIST_SIZE
31 #define JERRYX_SCOPE_PRELIST_SIZE 20 macro
36 STATIC_ASSERT (JERRYX_SCOPE_PRELIST_SIZE < 32, JERRYX_SCOPE_PRELIST_SIZE_must_be_less_than_size_of_…
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope-nested.c78 jerry_value_t obj = create_object_nested (JERRYX_SCOPE_PRELIST_SIZE * 2); in test_handle_scope_val()
/third_party/jerryscript/docs/
D14.EXT-REFERENCE-HANDLE-SCOPE.md112 …on list, use build definition `JERRYX_HANDLE_PRELIST_SIZE` and `JERRYX_SCOPE_PRELIST_SIZE` to alte…