Home
last modified time | relevance | path

Searched refs:ECMA_COLLECTION_GROW_FACTOR (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c136 const uint32_t new_capacity = collection_p->capacity + ECMA_COLLECTION_GROW_FACTOR; in ecma_collection_push_back()
Decma-globals.h1392 #define ECMA_COLLECTION_GROW_FACTOR (ECMA_COLLECTION_INITIAL_CAPACITY * 2) macro