Searched refs:string_list_cp (Results 1 – 1 of 1) sorted by relevance
62 ecma_free_string_list (jmem_cpointer_t string_list_cp) /**< string list */ in ecma_free_string_list() argument64 while (string_list_cp != JMEM_CP_NULL) in ecma_free_string_list()66 …age_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, string_list_cp); in ecma_free_string_list()82 string_list_cp = next_item_cp; in ecma_free_string_list()141 jmem_cpointer_t string_list_cp = JERRY_CONTEXT (string_list_first_cp); in ecma_find_or_create_literal_string() local144 while (string_list_cp != JMEM_CP_NULL) in ecma_find_or_create_literal_string()146 …age_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, string_list_cp); in ecma_find_or_create_literal_string()171 string_list_cp = string_list_p->next_cp; in ecma_find_or_create_literal_string()