Home
last modified time | relevance | path

Searched refs:jerry_external_handler_t (Results 1 - 15 of 15) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-library-registry/
H A 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/
H A 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 bool jsmbed_wrap_register_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/
H A Dmain-riotos.c35 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/targets/zephyr/src/
H A Dmain-zephyr.c35 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Dhandler.h31 jerry_external_handler_t handler_p);
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-register.c29 jerry_external_handler_t handler_p) /**< function callback */ in jerryx_handler_register_global()
/third_party/jerryscript/targets/esp8266/user/
H A Djerry_extapi.c147 jerry_external_handler_t handler) in register_native_function()
/third_party/jerryscript/tests/unit-core/
H A Dtest-promise.cpp101 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
H A Dtest-newtarget.cpp27 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
H A Dtest-proxy.cpp146 jerry_external_handler_t handler_p) /**< function callback */ in set_function()
/third_party/jerryscript/jerry-core/include/
H A 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/
H A Djerry_main.c284 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c269 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c900 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function()
/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()

Completed in 13 milliseconds