Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c1537 JERRY_CONTEXT (ecma_prop_hashmap_alloc_state) = ECMA_PROP_HASHMAP_ALLOC_MAX; in ecma_free_unused_memory()
1539 else if (JERRY_CONTEXT (ecma_prop_hashmap_alloc_state) < ECMA_PROP_HASHMAP_ALLOC_MAX) in ecma_free_unused_memory()
Decma-globals.h1695 #define ECMA_PROP_HASHMAP_ALLOC_MAX 4 macro