Ruben Ayrapetyan 44eca8e207 Fixing JERRY_ASSERT macro for JERRY_NDEBUG build mode.
The macro under !JERRY_NDEBUG was evaluting it's argument and called jerry_assert_fail
if the argument was evaluated to false. Under JERRY_NDEBUG the macro still
was evaluating it's argument but jerry_assert_fail wasn't called anyway.

Now macro doesn't evaluate it's argument under JERRY_NDEBUG build.
2014-11-17 12:52:43 +03:00
2014-10-09 16:24:51 +04:00
2014-07-04 17:11:06 +04:00
2014-11-11 15:44:31 +03:00
2014-07-01 15:51:35 +04:00
2014-11-12 15:46:15 +03:00
2014-11-12 15:46:15 +03:00
Description
Ultra-lightweight JavaScript engine for the Internet of Things.
Apache-2.0 77 MiB
Languages
C 70.5%
JavaScript 25.1%
Python 2.7%
CMake 1%
Shell 0.5%