Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-sort.c39 bool should_break = false; in ecma_builtin_helper_array_to_heap() local
41 while (child <= right && ecma_is_value_empty (ret_value) && !should_break) in ecma_builtin_helper_array_to_heap()
71 should_break = true; in ecma_builtin_helper_array_to_heap()
/third_party/nghttp2/src/
H A Dshrpx_client_handler.cc118 auto should_break = false; in read_clear() local
131 if (!ev_is_active(&conn_.rev) || should_break) { in read_clear()
149 should_break = true; in read_clear()
243 auto should_break = false; in read_tls() local
261 if (!ev_is_active(&conn_.rev) || should_break) { in read_tls()
279 should_break = true; in read_tls()

Completed in 3 milliseconds