Home
last modified time | relevance | path

Searched refs:ECMA_LIT_STORAGE_VALUE_COUNT (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c39 for (int i = 0; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_free_symbol_list()
68 for (int i = 0; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_free_string_list()
97 for (int i = 0; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_free_number_list()
148 for (int i = 0; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_find_or_create_literal_string()
188 for (int i = 1; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_find_or_create_literal_string()
224 for (int i = 0; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_find_or_create_literal_number()
264 for (int i = 1; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_find_or_create_literal_number()
Decma-globals.h1702 #define ECMA_LIT_STORAGE_VALUE_COUNT 3 macro
1710 jmem_cpointer_t values[ECMA_LIT_STORAGE_VALUE_COUNT]; /**< list of values */
1719 jmem_cpointer_t values[ECMA_LIT_STORAGE_VALUE_COUNT]; /**< list of values */
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c113 for (int i = 0; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_builtin_symbol_for_helper()
176 for (int i = 1; i < ECMA_LIT_STORAGE_VALUE_COUNT; i++) in ecma_builtin_symbol_for_helper()