Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c105 jmem_cpointer_t symbol_list_cp = JERRY_CONTEXT (symbol_list_first_cp); in ecma_builtin_symbol_for_helper()
181 new_item_p->next_cp = JERRY_CONTEXT (symbol_list_first_cp); in ecma_builtin_symbol_for_helper()
182 JMEM_CP_SET_NON_NULL_POINTER (JERRY_CONTEXT (symbol_list_first_cp), new_item_p); in ecma_builtin_symbol_for_helper()
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h145 jmem_cpointer_t symbol_list_first_cp; /**< first item of the global symbol list */ member
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c119 ecma_free_symbol_list (JERRY_CONTEXT (symbol_list_first_cp)); in ecma_finalize_lit_storage()