Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1237 jerry_debugger_uint8_data_t *uint8_data = NULL; in jerry_debugger_breakpoint_hit() local
1239 while (!jerry_debugger_receive (&uint8_data)) in jerry_debugger_breakpoint_hit()
1244 if (uint8_data != NULL) in jerry_debugger_breakpoint_hit()
1246 jmem_heap_free_block (uint8_data, in jerry_debugger_breakpoint_hit()
1247 uint8_data->uint8_size + sizeof (jerry_debugger_uint8_data_t)); in jerry_debugger_breakpoint_hit()