Searched defs:chain_index (Results 1 – 4 of 4) sorted by relevance
436 uint32_t chain_index; in jerry_debugger_send_scope_variables() local556 uint32_t chain_index; in jerry_debugger_send_eval() local
465 uint8_t chain_index[sizeof (uint32_t)]; /**< index element of the scope */ member
367 uint32_t chain_index = parse_opts >> ECMA_PARSE_CHAIN_INDEX_SHIFT; in vm_run_eval() local
138 struct chain_head **chain_index; /* array for fast chain list access*/ member