Searched refs:handler_p (Results 1 – 14 of 14) sorted by relevance
35 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function() argument37 …rry_value_t result_val = jerryx_handler_register_global ((const jerry_char_t *) name_p, handler_p); in register_js_function()
29 jerry_external_handler_t handler_p) /**< function callback */ in jerryx_handler_register_global() argument33 jerry_value_t function_val = jerry_create_external_function (handler_p); in jerryx_handler_register_global()
101 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function() argument105 jerry_value_t function_val = jerry_create_external_function (handler_p); in register_js_function()
27 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function() argument31 jerry_value_t function_val = jerry_create_external_function (handler_p); in register_js_function()
146 jerry_external_handler_t handler_p) /**< function callback */ in set_function() argument148 jerry_value_t function_val = jerry_create_external_function (handler_p); in set_function()
284 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function() argument286 …rry_value_t result_val = jerryx_handler_register_global ((const jerry_char_t *) name_p, handler_p); in register_js_function()
31 jerry_external_handler_t handler_p);
564 jerry_external_handler_t handler_p);568 - `handler_p` - the address of the external function handler.582 jerry_external_handler_t handler_p;599 common_functions[i].handler_p);
4057 jerry_create_external_function (jerry_external_handler_t handler_p);4060 - `handler_p` - pointer to native handler of the function object
269 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function() argument271 …rry_value_t result_val = jerryx_handler_register_global ((const jerry_char_t *) name_p, handler_p); in register_js_function()
900 jerry_external_handler_t handler_p) /**< function callback */ in register_js_function() argument904 jerry_value_t function_val = jerry_create_external_function (handler_p); in register_js_function()
501 jerry_value_t jerry_create_external_function (jerry_external_handler_t handler_p);
1540 jerry_create_external_function (jerry_external_handler_t handler_p) /**< pointer to native handler in jerry_create_external_function() argument1545 ecma_object_t *func_obj_p = ecma_op_create_external_function_object (handler_p); in jerry_create_external_function()