Home
last modified time | relevance | path

Searched defs:func_val (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-main/
Dmain-unix-test.c108 jerry_value_t func_val = ret_value; in main() local
Dmain-unix.c304 jerry_value_t func_val = ret_val; in wait_for_source_callback() local
758 jerry_value_t func_val = ret_value; in main() local
911 jerry_value_t func_val = ret_val; in main() local
/third_party/jerryscript/tests/unit-core/
Dtest-api-binary-operations-instanceof.cpp33 my_constructor (const jerry_value_t func_val, /**< function */ in my_constructor()
Dtest-api.cpp828 jerry_value_t func_val = jerry_parse_function (func_resource, variable
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c429 jerry_value_t func_val = ret_value; in main() local
/third_party/jerryscript/jerry-core/api/
Djerry.c605 jerry_run (const jerry_value_t func_val) /**< function to run */ in jerry_run()