/third_party/jerryscript/tests/unit-core/ |
D | test-proxy.cpp | 63 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()
|
D | test-native-instanceof.cpp | 25 external_function (const jerry_value_t function_obj, in external_function() argument 30 (void) function_obj; in external_function()
|
D | test-api-value-type.cpp | 31 test_ext_function (const jerry_value_t function_obj, /**< function object */ in test_ext_function() argument 36 (void) function_obj; in test_ext_function()
|
D | test-abort.cpp | 24 callback_func (const jerry_value_t function_obj, in callback_func() argument 29 JERRY_UNUSED (function_obj); in callback_func()
|
D | test-resource-name.cpp | 24 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/ |
D | wrappers.h | 46 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/ |
D | opcodes.c | 769 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/ |
D | ecma-proxy-object.h | 39 ecma_proxy_revoke_cb (const ecma_value_t function_obj,
|
D | ecma-promise-object.c | 624 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()
|
D | ecma-proxy-object.c | 107 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/ |
D | 06.REFERENCE-COUNTING.md | 122 jerry_value_t my_external_handler (const jerry_value_t function_obj, 127 /* Do not release function_obj, this_val, and args_p because
|
D | 09.EXT-REFERENCE-ARG.md | 220 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,
|
D | 10.EXT-REFERENCE-HANDLER.md | 270 handler (const jerry_value_t function_obj, 334 handler (const jerry_value_t function_obj,
|
D | 02.API-REFERENCE.md | 444 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/ |
D | jerryscript-core.h | 218 typedef jerry_value_t (*jerry_external_handler_t) (const jerry_value_t function_obj,
|
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-globals.h | 285 typedef ecma_value_t (*ecma_external_handler_t) (const ecma_value_t function_obj,
|