Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-method-register.c260 TEST_ASSERT (jerry_value_is_function (prop_ok_func) == true); in test_error_multiple_functions()
289 jerry_value_t prop_err_func = jerry_value_is_function (prop_err_val); in test_error_multiple_functions()
290 TEST_ASSERT (jerry_value_is_function (prop_err_func) == false); in test_error_multiple_functions()
Dtest-ext-arg.c147 TEST_ASSERT (jerry_value_is_function (arg4)); in test_validator1_handler()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DInterruptIn-js.cpp70 if (jerry_value_is_function(cb_func)) { in DECLARE_CLASS_FUNCTION()
135 if (jerry_value_is_function(cb_func)) { in DECLARE_CLASS_FUNCTION()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/
Dwrap_tools.cpp26 if (!(jerry_value_is_function(reg_function) in jsmbed_wrap_register_global_function()
/third_party/jerryscript/targets/esp8266/user/
Djerry_run.c65 if (!jerry_value_is_function (sysloop_func)) { in js_loop()
Djerry_extapi.c153 if (!(jerry_value_is_function (reg_func_val) in register_native_function()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DEventLoop.h53 MBED_ASSERT(jerry_value_is_function(f)); in wrapFunction()
/third_party/jerryscript/tests/unit-core/
Dtest-api.c505 TEST_ASSERT (jerry_value_is_function (external_func_val) in main()
530 TEST_ASSERT (jerry_value_is_function (external_construct_val) in main()
573 TEST_ASSERT (jerry_value_is_function (throw_test_handler_val)); in main()
758 TEST_ASSERT (jerry_value_is_function (val_t)); in main()
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c426 if (!jerry_value_is_function (js_arg)) in jerryx_arg_transform_function()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h388 bool jerry_value_is_function (const jerry_value_t value);
/third_party/jerryscript/jerry-main/
Dmain-unix.c977 if (jerry_value_is_function (callback_fn)) in main()
/third_party/jerryscript/jerry-core/api/
Djerry.c777 jerry_value_is_function (const jerry_value_t value) /**< api value */ in jerry_value_is_function() function
2847 JERRY_ASSERT (jerry_value_is_function (func_obj_val)); in jerry_invoke_function()
2889 if (jerry_value_is_function (func_obj_val) && !ecma_is_value_error_reference (this_val)) in jerry_call_function()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md1681 ## jerry_value_is_function section in Checker functions
1691 jerry_value_is_function (const jerry_value_t value)
1706 if (jerry_value_is_function (value))
5982 if (jerry_value_is_function (target_function))