Home
last modified time | relevance | path

Searched defs:function_obj (Results 1 – 8 of 8) 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()
89 handler_set (const jerry_value_t function_obj, /**< function object */ in handler_set()
Dtest-abort.cpp24 callback_func (const jerry_value_t function_obj, in callback_func()
Dtest-native-instanceof.cpp25 external_function (const jerry_value_t function_obj, in external_function()
Dtest-resource-name.cpp24 resource_name_handler (const jerry_value_t function_obj, /**< function object */ in resource_name_handler()
Dtest-api-value-type.cpp31 test_ext_function (const jerry_value_t function_obj, /**< function object */ in test_ext_function()
/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()
793 ecma_op_implicit_constructor_handler_heritage_cb (const ecma_value_t function_obj, /**< the functio… in ecma_op_implicit_constructor_handler_heritage_cb()
/third_party/jerryscript/jerry-core/ecma/operations/
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()
Decma-proxy-object.c107 ecma_proxy_revoke_cb (const ecma_value_t function_obj, /**< the function itself */ in ecma_proxy_revoke_cb()