Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/riot-stm32f4/source/
H A Dmain-riotos.c35 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
37 jerry_value_t result_val = jerryx_handler_register_global ((const jerry_char_t *) name_p, handler_p); in register_js_function()
34 register_js_function(const char *name_p, jerry_external_handler_t handler_p) register_js_function() argument
/third_party/jerryscript/targets/zephyr/src/
H A Dmain-zephyr.c35 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
37 jerry_value_t result_val = jerryx_handler_register_global ((const jerry_char_t *) name_p, handler_p); in register_js_function()
34 register_js_function(const char *name_p, jerry_external_handler_t handler_p) register_js_function() argument
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-register.c29 jerry_external_handler_t handler_p) /**< function callback */ in jerryx_handler_register_global()
33 jerry_value_t function_val = jerry_create_external_function (handler_p); in jerryx_handler_register_global()
28 jerryx_handler_register_global(const jerry_char_t *name_p, jerry_external_handler_t handler_p) jerryx_handler_register_global() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-promise.cpp101 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
105 jerry_value_t function_val = jerry_create_external_function (handler_p); in register_js_function()
100 register_js_function(const char *name_p, jerry_external_handler_t handler_p) register_js_function() argument
H A Dtest-newtarget.cpp27 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
31 jerry_value_t function_val = jerry_create_external_function (handler_p); in register_js_function()
26 register_js_function(const char *name_p, jerry_external_handler_t handler_p) register_js_function() argument
H A Dtest-proxy.cpp146 jerry_external_handler_t handler_p) /**< function callback */ in set_function()
148 jerry_value_t function_val = jerry_create_external_function (handler_p); in set_function()
144 set_function(jerry_value_t target, const char *name_p, jerry_external_handler_t handler_p) set_function() argument
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dhandler.h31 jerry_external_handler_t handler_p);
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c284 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
286 jerry_value_t result_val = jerryx_handler_register_global ((const jerry_char_t *) name_p, handler_p); in register_js_function()
283 register_js_function(const char *name_p, jerry_external_handler_t handler_p) register_js_function() argument
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c269 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
271 jerry_value_t result_val = jerryx_handler_register_global ((const jerry_char_t *) name_p, handler_p); in register_js_function()
268 register_js_function(const char *name_p, jerry_external_handler_t handler_p) register_js_function() argument
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c900 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
904 jerry_value_t function_val = jerry_create_external_function (handler_p); in register_js_function()
899 register_js_function(const char *name_p, jerry_external_handler_t handler_p) register_js_function() argument
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h501 jerry_value_t jerry_create_external_function (jerry_external_handler_t handler_p);
/third_party/jerryscript/jerry-core/api/
H A Djerry.c1540 jerry_create_external_function (jerry_external_handler_t handler_p) /**< pointer to native handler in jerry_create_external_function() argument
1545 ecma_object_t *func_obj_p = ecma_op_create_external_function_object (handler_p); in jerry_create_external_function()

Completed in 13 milliseconds