Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DInterruptIn-js.cpp54 if (jerry_value_is_null(args[0])) { in DECLARE_CLASS_FUNCTION()
119 if (jerry_value_is_null(args[0])) { in DECLARE_CLASS_FUNCTION()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h390 bool jerry_value_is_null (const jerry_value_t value);
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md614 else if (jerry_value_is_null (value))
708 else if (jerry_value_is_null (value))
D02.API-REFERENCE.md1759 ## jerry_value_is_null section in Checker functions
1769 jerry_value_is_null (const jerry_value_t value)
1784 if (jerry_value_is_null (value))
/third_party/jerryscript/jerry-core/api/
Djerry.c805 jerry_value_is_null (const jerry_value_t value) /**< api value */ in jerry_value_is_null() function