Searched defs:JERRY_LIKELY (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/jerry-core/include/ | ||
H A D | jerryscript-compiler.h | 44 #define JERRY_LIKELY(x) __builtin_expect(!!(x), 1) macro 158 #define JERRY_LIKELY(x) (x) macro |
Completed in 1 milliseconds