Home
last modified time | relevance | path

Searched refs:jerry_value_is_function (Results 1 - 12 of 12) sorted by relevance

/third_party/jerryscript/tests/unit-ext/
H A 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()
H A 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/
H A 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/esp8266/user/
H A Djerry_run.c65 if (!jerry_value_is_function (sysloop_func)) { in js_loop()
H A Djerry_extapi.c153 if (!(jerry_value_is_function (reg_func_val) in register_native_function()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/
H A Dwrap_tools.cpp26 if (!(jerry_value_is_function(reg_function) in jsmbed_wrap_register_global_function()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
H A DEventLoop.h53 MBED_ASSERT(jerry_value_is_function(f)); in wrapFunction()
/third_party/jerryscript/tests/unit-core/
H A Dtest-api.cpp530 TEST_ASSERT (jerry_value_is_function (external_func_val) in HWTEST_F()
555 TEST_ASSERT (jerry_value_is_function (external_construct_val) in HWTEST_F()
598 TEST_ASSERT (jerry_value_is_function (throw_test_handler_val)); in HWTEST_F()
783 TEST_ASSERT (jerry_value_is_function (val_t)); in HWTEST_F()
/third_party/jerryscript/jerry-ext/arg/
H A Darg-transform-functions.c426 if (!jerry_value_is_function (js_arg)) in jerryx_arg_transform_function()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h388 bool jerry_value_is_function (const jerry_value_t value);
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c977 if (jerry_value_is_function (callback_fn)) in main()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c777 jerry_value_is_function (const jerry_value_t value) /**< api value */ in jerry_value_is_function() function
782 } /* jerry_value_is_function */ in jerry_value_is_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()

Completed in 13 milliseconds