Home
last modified time | relevance | path

Searched refs:DEBUG_BUFFER_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-port/default/
H A Ddefault-io.c113 #define DEBUG_BUFFER_SIZE (256) macro
114 static char debug_buffer[DEBUG_BUFFER_SIZE];
131 if ((debug_buffer_index == DEBUG_BUFFER_SIZE) || (c == '\n')) in jerry_port_print_char()

Completed in 0 milliseconds