Home
last modified time | relevance | path

Searched refs:function_obj (Results 1 – 16 of 16) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-proxy.cpp63 handler_get (const jerry_value_t function_obj, /**< function object */ in handler_get() argument
68 JERRY_UNUSED (function_obj); in handler_get()
89 handler_set (const jerry_value_t function_obj, /**< function object */ in handler_set() argument
94 JERRY_UNUSED (function_obj); in handler_set()
Dtest-native-instanceof.cpp25 external_function (const jerry_value_t function_obj, in external_function() argument
30 (void) function_obj; in external_function()
Dtest-api-value-type.cpp31 test_ext_function (const jerry_value_t function_obj, /**< function object */ in test_ext_function() argument
36 (void) function_obj; in test_ext_function()
Dtest-abort.cpp24 callback_func (const jerry_value_t function_obj, in callback_func() argument
29 JERRY_UNUSED (function_obj); in callback_func()
Dtest-resource-name.cpp24 resource_name_handler (const jerry_value_t function_obj, /**< function object */ in resource_name_handler() argument
29 (void) function_obj; in resource_name_handler()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/
Dwrappers.h46 NAME_FOR_CLASS_CONSTRUCTOR(CLASS) (const jerry_value_t function_obj, \
57 NAME_FOR_CLASS_FUNCTION(CLASS, NAME) (const jerry_value_t function_obj, \
/third_party/jerryscript/jerry-core/vm/
Dopcodes.c769 ecma_op_implicit_constructor_handler_cb (const ecma_value_t function_obj, /**< the function itself … in ecma_op_implicit_constructor_handler_cb() argument
774 JERRY_UNUSED_4 (function_obj, this_val, args_p, args_count); in ecma_op_implicit_constructor_handler_cb()
793 ecma_op_implicit_constructor_handler_heritage_cb (const ecma_value_t function_obj, /**< the functio… in ecma_op_implicit_constructor_handler_heritage_cb() argument
798 JERRY_UNUSED_4 (function_obj, this_val, args_p, args_count); in ecma_op_implicit_constructor_handler_heritage_cb()
805 ecma_object_t *func_obj_p = ecma_get_object_from_value (function_obj); in ecma_op_implicit_constructor_handler_heritage_cb()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.h39 ecma_proxy_revoke_cb (const ecma_value_t function_obj,
Decma-promise-object.c624 ecma_op_get_capabilities_executor_cb (const ecma_value_t function_obj, /**< the function itself */ in ecma_op_get_capabilities_executor_cb() argument
631 …cma_value_t capability = ecma_op_object_get_by_magic_id (ecma_get_object_from_value (function_obj), in ecma_op_get_capabilities_executor_cb()
Decma-proxy-object.c107 ecma_proxy_revoke_cb (const ecma_value_t function_obj, /**< the function itself */ in ecma_proxy_revoke_cb() argument
114 ecma_object_t *func_obj_p = ecma_get_object_from_value (function_obj); in ecma_proxy_revoke_cb()
/third_party/jerryscript/docs/
D06.REFERENCE-COUNTING.md122 jerry_value_t my_external_handler (const jerry_value_t function_obj,
127 /* Do not release function_obj, this_val, and args_p because
D09.EXT-REFERENCE-ARG.md220 my_external_handler (const jerry_value_t function_obj,
602 my_external_handler (const jerry_value_t function_obj,
698 my_external_handler (const jerry_value_t function_obj,
D10.EXT-REFERENCE-HANDLER.md270 handler (const jerry_value_t function_obj,
334 handler (const jerry_value_t function_obj,
D02.API-REFERENCE.md444 typedef jerry_value_t (*jerry_external_handler_t) (const jerry_value_t function_obj,
4073 handler (const jerry_value_t function_obj,
7735 backtrace_handler (const jerry_value_t function_obj,
7857 resource_name_handler (const jerry_value_t function_obj,
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h218 typedef jerry_value_t (*jerry_external_handler_t) (const jerry_value_t function_obj,
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h285 typedef ecma_value_t (*ecma_external_handler_t) (const ecma_value_t function_obj,