Searched refs:jerry_value_is_function (Results 1 – 13 of 13) sorted by relevance
260 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()
147 TEST_ASSERT (jerry_value_is_function (arg4)); in test_validator1_handler()
70 if (jerry_value_is_function(cb_func)) { in DECLARE_CLASS_FUNCTION()135 if (jerry_value_is_function(cb_func)) { in DECLARE_CLASS_FUNCTION()
26 if (!(jerry_value_is_function(reg_function) in jsmbed_wrap_register_global_function()
65 if (!jerry_value_is_function (sysloop_func)) { in js_loop()
153 if (!(jerry_value_is_function (reg_func_val) in register_native_function()
53 MBED_ASSERT(jerry_value_is_function(f)); in wrapFunction()
505 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()
426 if (!jerry_value_is_function (js_arg)) in jerryx_arg_transform_function()
388 bool jerry_value_is_function (const jerry_value_t value);
977 if (jerry_value_is_function (callback_fn)) in main()
777 jerry_value_is_function (const jerry_value_t value) /**< api value */ in jerry_value_is_function() function2847 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()
1681 ## jerry_value_is_function section in Checker functions1691 jerry_value_is_function (const jerry_value_t value)1706 if (jerry_value_is_function (value))5982 if (jerry_value_is_function (target_function))