/third_party/jerryscript/targets/riot-stm32f4/source/ |
H A D | main-riotos.c | 35 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 D | main-zephyr.c | 35 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 D | handler-register.c | 29 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 D | test-promise.cpp | 101 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 D | test-newtarget.cpp | 27 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 D | test-proxy.cpp | 146 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 D | handler.h | 31 jerry_external_handler_t handler_p);
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | jerry_main.c | 284 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 D | main-unix.c | 269 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 D | test-ext-arg.c | 900 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 D | jerryscript-core.h | 501 jerry_value_t jerry_create_external_function (jerry_external_handler_t handler_p);
|
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 1540 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()
|