Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c106 jmem_cpointer_t *empty_cpointer_p = NULL; in ecma_builtin_symbol_for_helper() local
144 if (empty_cpointer_p == NULL) in ecma_builtin_symbol_for_helper()
146 empty_cpointer_p = symbol_list_p->values + i; in ecma_builtin_symbol_for_helper()
166 if (empty_cpointer_p != NULL) in ecma_builtin_symbol_for_helper()
168 *empty_cpointer_p = result; in ecma_builtin_symbol_for_helper()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c142 jmem_cpointer_t *empty_cpointer_p = NULL; in ecma_find_or_create_literal_string() local
152 if (empty_cpointer_p == NULL) in ecma_find_or_create_literal_string()
154 empty_cpointer_p = string_list_p->values + i; in ecma_find_or_create_literal_string()
178 if (empty_cpointer_p != NULL) in ecma_find_or_create_literal_string()
180 *empty_cpointer_p = result; in ecma_find_or_create_literal_string()
217 jmem_cpointer_t *empty_cpointer_p = NULL; in ecma_find_or_create_literal_number() local
228 if (empty_cpointer_p == NULL) in ecma_find_or_create_literal_number()
230 empty_cpointer_p = number_list_p->values + i; in ecma_find_or_create_literal_number()
254 if (empty_cpointer_p != NULL) in ecma_find_or_create_literal_number()
256 *empty_cpointer_p = result; in ecma_find_or_create_literal_number()