Home
last modified time | relevance | path

Searched defs:jerry_context_t (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h120 struct jerry_context_t struct
125 jmem_heap_t *heap_p; /**< point to the heap aligned to JMEM_ALIGNMENT. */
126 uint32_t heap_size; /**< size of the heap */
131 …er_t ecma_builtin_objects[ECMA_BUILTIN_ID__COUNT]; /**< pointer to instances of built-in objects */
133 re_compiled_code_t *re_cache[RE_CACHE_SIZE]; /**< regex cache */
135 jmem_cpointer_t ecma_gc_objects_cp; /**< List of currently alive objects. */
136 jmem_heap_free_t *jmem_heap_list_skip_p; /**< This is used to speed up deallocation. */
137 jmem_pools_chunk_t *jmem_free_8_byte_chunk_p; /**< list of free eight byte pool chunks */
139 jmem_pools_chunk_t *jmem_free_16_byte_chunk_p; /**< list of free sixteen byte pool chunks */
141 const lit_utf8_byte_t * const *lit_magic_string_ex_array; /**< array of external magic strings */
[all …]
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h321 typedef struct jerry_context_t jerry_context_t; typedef
/third_party/jerryscript/docs/
D02.API-REFERENCE.md312 ## jerry_context_t section in JerryScript types