Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jrt/
Djrt.h58 #define JERRY_STATIC_ASSERT_GLUE(a, b, c) JERRY_STATIC_ASSERT_GLUE_ (a, b, c) macro
60 enum { JERRY_STATIC_ASSERT_GLUE (static_assertion_failed_, __LINE__, msg) = 1 / (!!(x)) }