Home
last modified time | relevance | path

Searched defs:function_obj (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-proxy.c61 handler_get (const jerry_value_t function_obj, /**< function object */ in handler_get()
87 handler_set (const jerry_value_t function_obj, /**< function object */ in handler_set()
Dtest-abort.c22 callback_func (const jerry_value_t function_obj, in callback_func()
Dtest-native-instanceof.c22 external_function (const jerry_value_t function_obj, in external_function()
Dtest-resource-name.c21 resource_name_handler (const jerry_value_t function_obj, /**< function object */ in resource_name_handler()
Dtest-api-value-type.c30 test_ext_function (const jerry_value_t function_obj, /**< function object */ in test_ext_function()
Dtest-backtrace.c21 backtrace_handler (const jerry_value_t function_obj, /**< function object */ in backtrace_handler()
Dtest-snapshot.c90 jerry_value_t function_obj = jerry_load_function_snapshot (function_snapshot_buffer, in test_function_snapshot() local
/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()