Home
last modified time | relevance | path

Searched refs:function_obj (Results 1 - 13 of 13) sorted by relevance

/third_party/jerryscript/tests/unit-core/
H A 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()
H A Dtest-native-instanceof.cpp25 external_function (const jerry_value_t function_obj, in external_function() argument
30 (void) function_obj; in external_function()
H A 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()
H A 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()
H A Dtest-abort.cpp24 callback_func (const jerry_value_t function_obj, in callback_func() argument
29 JERRY_UNUSED (function_obj); in callback_func()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-util/
H A 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/node/deps/v8/src/execution/
H A Dtiering-manager.cc436 JSFunction function_obj = *function; in OnInterruptTick() local
438 function_obj.feedback_vector().SaturatingIncrementProfilerTicks(); in OnInterruptTick()
442 const CodeKind code_kind = function_obj.GetActiveTier().value(); in OnInterruptTick()
443 MaybeOptimizeFrame(function_obj, frame, code_kind); in OnInterruptTick()
/third_party/jerryscript/jerry-core/vm/
H A 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 function itself */ 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/
H A Decma-proxy-object.h39 ecma_proxy_revoke_cb (const ecma_value_t function_obj,
H A 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 ecma_value_t capability = ecma_op_object_get_by_magic_id (ecma_get_object_from_value (function_obj), in ecma_op_get_capabilities_executor_cb()
H A 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/jerry-core/include/
H A Djerryscript-core.h218 typedef jerry_value_t (*jerry_external_handler_t) (const jerry_value_t function_obj,
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-globals.h285 typedef ecma_value_t (*ecma_external_handler_t) (const ecma_value_t function_obj,

Completed in 13 milliseconds