Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c110 ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, in ecma_builtin_symbol_for_helper() local
115 if (symbol_list_p->values[i] != JMEM_CP_NULL) in ecma_builtin_symbol_for_helper()
118 symbol_list_p->values[i]); in ecma_builtin_symbol_for_helper()
146 empty_cpointer_p = symbol_list_p->values + i; in ecma_builtin_symbol_for_helper()
151 symbol_list_cp = symbol_list_p->next_cp; in ecma_builtin_symbol_for_helper()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c37 …ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, sy… in ecma_free_symbol_list() local
41 if (symbol_list_p->values[i] != JMEM_CP_NULL) in ecma_free_symbol_list()
44 symbol_list_p->values[i]); in ecma_free_symbol_list()
51 jmem_cpointer_t next_item_cp = symbol_list_p->next_cp; in ecma_free_symbol_list()
52 jmem_pools_free (symbol_list_p, sizeof (ecma_lit_storage_item_t)); in ecma_free_symbol_list()