Home
last modified time | relevance | path

Searched refs:jerry_run (Results 1 - 19 of 19) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A Dtest-proxy.cpp213 jerry_value_t res = jerry_run (parsed_get_code_val); in HWTEST_F()
227 jerry_value_t res = jerry_run (parsed_get_code_val); in HWTEST_F()
242 jerry_value_t res = jerry_run (parsed_set_code_val); in HWTEST_F()
249 jerry_value_t res = jerry_run (parsed_get_code_val); in HWTEST_F()
H A Dtest-newtarget.cpp188 jerry_value_t res = jerry_run (parsed_code_val); in HWTEST_F()
205 jerry_value_t res = jerry_run (parsed_code_val); in HWTEST_F()
227 jerry_value_t res = jerry_run (parsed_code_val); in HWTEST_F()
H A Dtest-exec-stop.cpp88 jerry_value_t res = jerry_run (parsed_code_val); in HWTEST_F()
114 res = jerry_run (parsed_code_val); in HWTEST_F()
H A Dtest-regression-3588.cpp103 jerry_value_t result = jerry_run (parsed_code_val); in HWTEST_F()
123 jerry_value_t result = jerry_run (parsed_code_val); in HWTEST_F()
H A Dtest-resource-name.cpp106 jerry_value_t run_result = jerry_run (program); in HWTEST_F()
137 run_result = jerry_run (program); in HWTEST_F()
H A Dtest-abort.cpp101 res = jerry_run (parsed_code_val); in HWTEST_F()
136 res = jerry_run (parsed_code_val); in HWTEST_F()
H A Dtest-promise.cpp161 jerry_value_t res = jerry_run (parsed_code_val); in HWTEST_F()
H A Dtest-api.cpp395 res = jerry_run (parsed_code_val); in HWTEST_F()
895 jerry_value_t run_result = jerry_run (parse_result); in HWTEST_F()
900 run_result = jerry_run (parse_result); in HWTEST_F()
967 res = jerry_run (parsed_code_val); in HWTEST_F()
1001 res = jerry_run (parsed_code_val); in HWTEST_F()
H A Dtest-api-promise.cpp168 jerry_value_t res = jerry_run (parsed_code_val); in test_promise_from_js()
H A Dtest-objects-foreach.cpp221 jerry_value_t strict_equal = jerry_run (parse_result); in HWTEST_F()
/third_party/jerryscript/jerry-main/
H A Dlibfuzzer.c31 jerry_value_t run_value = jerry_run (parse_value); in LLVMFuzzerTestOneInput()
H A Dmain-unix-test.c109 ret_value = jerry_run (func_val); in main()
H A Dmain-unix.c305 ret_val = jerry_run (func_val); in wait_for_source_callback()
759 ret_value = jerry_run (func_val); in main()
912 ret_val = jerry_run (func_val); in main()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-launcher/source/
H A Dlauncher.cpp54 jerry_value_t returned_value = jerry_run(parsed_code); in load_javascript()
58 LOG_PRINT_ALWAYS("jerry_run failed [%s]\r\n", js_codes[src].name); in load_javascript()
/third_party/jerryscript/targets/riot-stm32f4/source/
H A Dmain-riotos.c73 ret_value = jerry_run (ret_value); in test_jerry()
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c404 ret_value = jerry_run (ret_value); in main()
430 ret_value = jerry_run (func_val); in main()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h370 jerry_value_t jerry_run (const jerry_value_t func_val);
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c944 jerry_value_t res = jerry_run (parsed_code_val); in main()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c422 jerry_value_t run_ret_val = jerry_run (parse_ret_val); in jerry_run_simple()
605 jerry_run (const jerry_value_t func_val) /**< function to run */ in jerry_run() function
633 } /* jerry_run */ in jerry_run()

Completed in 15 milliseconds