Home
last modified time | relevance | path

Searched refs:jerry_external_handler_t (Results 1 – 19 of 19) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/
Dwrap_tools.h32 jerry_external_handler_t handler);
36 jerry_external_handler_t handler);
41 jerry_external_handler_t handler);
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/source/
Dwrap_tools.cpp20 bool jsmbed_wrap_register_global_function(const char* name, jerry_external_handler_t handler) { in jsmbed_wrap_register_global_function()
61 bool jsmbed_wrap_register_class_constructor(const char* name, jerry_external_handler_t handler) { in jsmbed_wrap_register_class_constructor()
66 …gister_class_function(jerry_value_t this_obj, const char* name, jerry_external_handler_t handler) { in jsmbed_wrap_register_class_function()
/third_party/jerryscript/targets/riot-stm32f4/source/
Dmain-riotos.c35 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/targets/zephyr/src/
Dmain-zephyr.c35 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandler.h31 jerry_external_handler_t handler_p);
/third_party/jerryscript/jerry-ext/handler/
Dhandler-register.c29 jerry_external_handler_t handler_p) /**< function callback */ in jerryx_handler_register_global()
/third_party/jerryscript/targets/esp8266/user/
Djerry_extapi.c147 jerry_external_handler_t handler) in register_native_function()
/third_party/jerryscript/tests/unit-core/
Dtest-promise.cpp101 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
Dtest-newtarget.cpp27 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
Dtest-proxy.cpp146 jerry_external_handler_t handler_p) /**< function callback */ in set_function()
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h218 typedef jerry_value_t (*jerry_external_handler_t) (const jerry_value_t function_obj, typedef
501 jerry_value_t jerry_create_external_function (jerry_external_handler_t handler_p);
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c284 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/docs/
D06.REFERENCE-COUNTING.md117 The reference returned by a `jerry_external_handler_t` callback
D10.EXT-REFERENCE-HANDLER.md564 jerry_external_handler_t handler_p);
582 jerry_external_handler_t handler_p;
D09.EXT-REFERENCE-ARG.md190 …ful to perform input validation inside external function handlers (see `jerry_external_handler_t`).
D02.API-REFERENCE.md435 ## jerry_external_handler_t section in JerryScript types
444 typedef jerry_value_t (*jerry_external_handler_t) (const jerry_value_t function_obj,
1284 - [jerry_external_handler_t](#jerry_external_handler_t)
4057 jerry_create_external_function (jerry_external_handler_t handler_p);
4114 - [jerry_external_handler_t](#jerry_external_handler_t)
/third_party/jerryscript/jerry-main/
Dmain-unix.c269 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c900 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/jerry-core/api/
Djerry.c1540 jerry_create_external_function (jerry_external_handler_t handler_p) /**< pointer to native handler in jerry_create_external_function()