Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c109 test_validator1_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator1_handler() argument
114 JERRY_UNUSED (func_obj_val); in test_validator1_handler()
213 test_validator2_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator2_handler() argument
218 JERRY_UNUSED (func_obj_val); in test_validator2_handler()
259 test_validator3_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator3_handler() argument
265 JERRY_UNUSED (func_obj_val); in test_validator3_handler()
326 test_validator_prop1_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator_prop1_handler() argument
331 JERRY_UNUSED (func_obj_val); in test_validator_prop1_handler()
369 test_validator_prop2_handler (const jerry_value_t func_obj_val, /**< function object */ in test_validator_prop2_handler() argument
374 JERRY_UNUSED (func_obj_val); in test_validator_prop2_handler()
[all …]
/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c32 jerryx_handler_assert_fatal (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert_fatal() argument
37 (void) func_obj_val; /* unused */ in jerryx_handler_assert_fatal()
103 jerryx_handler_assert_throw (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert_throw() argument
108 (void) func_obj_val; /* unused */ in jerryx_handler_assert_throw()
128 jerryx_handler_assert (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_assert() argument
133 return jerryx_handler_assert_fatal (func_obj_val, this_p, args_p, args_cnt); in jerryx_handler_assert()
Dhandler-gc.c24 jerryx_handler_gc (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_gc() argument
29 (void) func_obj_val; /* unused */ in jerryx_handler_gc()
Dhandler-resource-name.c29 jerryx_handler_resource_name (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_resource_name() argument
34 (void) func_obj_val; /* unused */ in jerryx_handler_resource_name()
Dhandler-print.c40 jerryx_handler_print (const jerry_value_t func_obj_val, /**< function object */ in jerryx_handler_print() argument
45 (void) func_obj_val; /* unused */ in jerryx_handler_print()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandler.h37 jerry_value_t jerryx_handler_assert_fatal (const jerry_value_t func_obj_val, const jerry_value_t th…
39 jerry_value_t jerryx_handler_assert_throw (const jerry_value_t func_obj_val, const jerry_value_t th…
41 jerry_value_t jerryx_handler_assert (const jerry_value_t func_obj_val, const jerry_value_t this_p,
43 jerry_value_t jerryx_handler_gc (const jerry_value_t func_obj_val, const jerry_value_t this_p,
45 jerry_value_t jerryx_handler_print (const jerry_value_t func_obj_val, const jerry_value_t this_p,
47 jerry_value_t jerryx_handler_resource_name (const jerry_value_t func_obj_val, const jerry_value_t t…
/third_party/jerryscript/tests/unit-core/
Dtest-promise.cpp40 create_promise1_handler (const jerry_value_t func_obj_val, /**< function object */ in create_promise1_handler() argument
45 JERRY_UNUSED (func_obj_val); in create_promise1_handler()
57 create_promise2_handler (const jerry_value_t func_obj_val, /**< function object */ in create_promise2_handler() argument
62 JERRY_UNUSED (func_obj_val); in create_promise2_handler()
74 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() argument
79 JERRY_UNUSED (func_obj_val); in assert_handler()
Dtest-newtarget.cpp51 construct_handler (const jerry_value_t func_obj_val, /**< function object */ in construct_handler() argument
56 JERRY_UNUSED (func_obj_val); in construct_handler()
74 TEST_ASSERT (target == func_obj_val); in construct_handler()
83 TEST_ASSERT (target != func_obj_val); in construct_handler()
92 TEST_ASSERT (target == func_obj_val); in construct_handler()
97 jerry_value_t func_call_result = jerry_call_function (func_obj_val, this_val, &sub_arg, 1); in construct_handler()
Dtest-regression-3588.cpp25 construct_handler (const jerry_value_t func_obj_val, /**< function object */ in construct_handler() argument
30 JERRY_UNUSED (func_obj_val); in construct_handler()
Dtest-api.cpp67 handler (const jerry_value_t func_obj_val, /**< function object */ in handler() argument
76 … (unsigned int) func_obj_val, (unsigned int) this_val, (void *) args_p, (unsigned int) args_cnt); in handler()
95 handler_throw_test (const jerry_value_t func_obj_val, /**< function object */ in handler_throw_test() argument
101 … (unsigned int) func_obj_val, (unsigned int) this_val, (void *) args_p, (unsigned int) args_cnt); in handler_throw_test()
143 handler_construct (const jerry_value_t func_obj_val, /**< function object */ in handler_construct() argument
149 … (unsigned int) func_obj_val, (unsigned int) this_val, (void *) args_p, (unsigned int) args_cnt); in handler_construct()
Dtest-arraybuffer.cpp42 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() argument
47 JERRY_UNUSED (func_obj_val); in assert_handler()
Dtest-typedarray.cpp54 assert_handler (const jerry_value_t func_obj_val, /**< function object */ in assert_handler() argument
59 JERRY_UNUSED (func_obj_val); in assert_handler()
/third_party/jerryscript/docs/
D10.EXT-REFERENCE-HANDLER.md431 jerryx_handler_assert_fatal (const jerry_value_t func_obj_val, const jerry_value_t this_p,
435 - `func_obj_val` - the function object that was called (unused).
458 jerryx_handler_assert_throw (const jerry_value_t func_obj_val, const jerry_value_t this_p,
462 - `func_obj_val` - the function object that was called (unused).
497 jerryx_handler_gc (const jerry_value_t func_obj_val, const jerry_value_t this_p,
501 - `func_obj_val` - the function object that was called (unused).
531 jerryx_handler_print (const jerry_value_t func_obj_val, const jerry_value_t this_p,
535 - `func_obj_val` - the function object that was called (unused).
D02.API-REFERENCE.md5962 jerry_call_function (const jerry_value_t func_obj_val,
5968 - `func_obj_val` - the function object to call
6020 jerry_construct_object (const jerry_value_t func_obj_val,
6025 - `func_obj_val` - function object to call
7956 demo_handler (const jerry_value_t func_obj_val,
8001 demo_handler (const jerry_value_t func_obj_val,
/third_party/jerryscript/jerry-core/api/
Djerry.c2815 const jerry_value_t func_obj_val, /**< function object to call */ in jerry_invoke_function() argument
2822 if (ecma_is_value_error_reference (func_obj_val) in jerry_invoke_function()
2838 JERRY_ASSERT (jerry_value_is_constructor (func_obj_val)); in jerry_invoke_function()
2840 return jerry_return (ecma_op_function_construct (ecma_get_object_from_value (func_obj_val), in jerry_invoke_function()
2841 ecma_get_object_from_value (func_obj_val), in jerry_invoke_function()
2847 JERRY_ASSERT (jerry_value_is_function (func_obj_val)); in jerry_invoke_function()
2849 return jerry_return (ecma_op_function_call (ecma_get_object_from_value (func_obj_val), in jerry_invoke_function()
2866 jerry_call_function (const jerry_value_t func_obj_val, /**< function object to call */ in jerry_call_function() argument
2889 if (jerry_value_is_function (func_obj_val) && !ecma_is_value_error_reference (this_val)) in jerry_call_function()
2899 return jerry_invoke_function (false, func_obj_val, this_val, args_p, args_count); in jerry_call_function()
[all …]
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h548 jerry_value_t jerry_call_function (const jerry_value_t func_obj_val, const jerry_value_t this_val,
550 jerry_value_t jerry_construct_object (const jerry_value_t func_obj_val, const jerry_value_t args_p[…