Home
last modified time | relevance | path

Searched refs:this_val (Results 1 - 25 of 33) sorted by relevance

12

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-arg.c110 const jerry_value_t this_val, /**< this value */ in test_validator1_handler()
135 jerry_value_t is_ok = jerryx_arg_transform_this_and_args (this_val, in test_validator1_handler()
214 const jerry_value_t this_val, /**< this value */ in test_validator2_handler()
230 jerry_value_t is_ok = jerryx_arg_transform_this_and_args (this_val, in test_validator2_handler()
260 const jerry_value_t this_val, /**< this value */ in test_validator3_handler()
280 jerry_value_t is_ok = jerryx_arg_transform_this_and_args (this_val, in test_validator3_handler()
327 const jerry_value_t this_val, /**< this value */ in test_validator_prop1_handler()
332 JERRY_UNUSED (this_val); in test_validator_prop1_handler()
370 const jerry_value_t this_val, /**< this value */ in test_validator_prop2_handler()
375 JERRY_UNUSED (this_val); in test_validator_prop2_handler()
109 test_validator1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator1_handler() argument
213 test_validator2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator2_handler() argument
259 test_validator3_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator3_handler() argument
326 test_validator_prop1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_prop1_handler() argument
369 test_validator_prop2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_prop2_handler() argument
419 test_validator_prop3_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_prop3_handler() argument
459 test_validator_int1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_int1_handler() argument
514 test_validator_int2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_int2_handler() argument
564 test_validator_int3_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_int3_handler() argument
593 test_validator_array1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_array1_handler() argument
639 test_validator_array2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_array2_handler() argument
797 test_validator_restore_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_validator_restore_handler() argument
856 create_object_a_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_object_a_handler() argument
876 create_object_b_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_object_b_handler() argument
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-promise.cpp41 const jerry_value_t this_val, /**< this value */ in create_promise1_handler()
46 JERRY_UNUSED (this_val); in create_promise1_handler()
58 const jerry_value_t this_val, /**< this value */ in create_promise2_handler()
63 JERRY_UNUSED (this_val); in create_promise2_handler()
75 const jerry_value_t this_val, /**< this arg */ in assert_handler()
80 JERRY_UNUSED (this_val); in assert_handler()
40 create_promise1_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_promise1_handler() argument
57 create_promise2_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) create_promise2_handler() argument
74 assert_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) assert_handler() argument
H A Dtest-proxy.cpp64 const jerry_value_t this_val, /**< this arg */ in handler_get()
69 JERRY_UNUSED (this_val); in handler_get()
90 const jerry_value_t this_val, /**< this arg */ in handler_set()
95 JERRY_UNUSED (this_val); in handler_set()
63 handler_get(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handler_get() argument
89 handler_set(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handler_set() argument
H A Dtest-newtarget.cpp52 const jerry_value_t this_val, /**< this arg */ in construct_handler()
57 JERRY_UNUSED (this_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()
51 construct_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) construct_handler() argument
H A Dtest-api.cpp68 const jerry_value_t this_val, /**< this value */ in handler()
76 (unsigned int) func_obj_val, (unsigned int) this_val, (void *) args_p, (unsigned int) args_cnt); in handler()
96 const jerry_value_t this_val, /**< this value */ in handler_throw_test()
101 (unsigned int) func_obj_val, (unsigned int) this_val, (void *) args_p, (unsigned int) args_cnt); in handler_throw_test()
144 const jerry_value_t this_val, /**< this value */ in handler_construct()
149 (unsigned int) func_obj_val, (unsigned int) this_val, (void *) args_p, (unsigned int) args_cnt); in handler_construct()
151 TEST_ASSERT (jerry_value_is_object (this_val)); in handler_construct()
158 jerry_value_t res = jerry_set_property (this_val, field_name, args_p[0]); in handler_construct()
165 jerry_set_object_native_pointer (this_val, in handler_construct()
171 bool is_ok = jerry_get_object_native_pointer (this_val, in handler_construct()
67 handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) handler() argument
95 handler_throw_test(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) handler_throw_test() argument
143 handler_construct(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) handler_construct() argument
[all...]
H A Dtest-regression-3588.cpp26 const jerry_value_t this_val, /**< this arg */ in construct_handler()
31 JERRY_UNUSED (this_val); in construct_handler()
25 construct_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) construct_handler() argument
H A Dtest-api-value-type.cpp32 const jerry_value_t this_val, /**< function this value */ in test_ext_function()
37 (void) this_val; in test_ext_function()
31 test_ext_function(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) test_ext_function() argument
H A Dtest-resource-name.cpp25 const jerry_value_t this_val, /**< this value */ in resource_name_handler()
30 (void) this_val; in resource_name_handler()
24 resource_name_handler(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) resource_name_handler() argument
H A Dtest-abort.cpp25 const jerry_value_t this_val, in callback_func()
30 JERRY_UNUSED (this_val); in callback_func()
24 callback_func(const jerry_value_t function_obj, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) callback_func() argument
H A Dtest-api-binary-operations-instanceof.cpp34 const jerry_value_t this_val, /**< this */ in my_constructor()
39 (void) this_val; in my_constructor()
33 my_constructor(const jerry_value_t func_val, const jerry_value_t this_val, const jerry_value_t argv[], const jerry_length_t argc) my_constructor() argument
H A Dtest-arraybuffer.cpp43 const jerry_value_t this_val, /**< this arg */ in assert_handler()
48 JERRY_UNUSED (this_val); in assert_handler()
42 assert_handler(const jerry_value_t func_obj_val, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_cnt) assert_handler() argument
/third_party/jerryscript/tests/unit-ext/module/
H A Djerry-module-test.c142 const jerry_value_t this_val, in handle_clear_require_cache()
147 (void) this_val; in handle_clear_require_cache()
158 const jerry_value_t this_val, in handle_require()
163 (void) this_val; in handle_require()
141 handle_clear_require_cache(const jerry_value_t js_function, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handle_clear_require_cache() argument
157 handle_require(const jerry_value_t js_function, const jerry_value_t this_val, const jerry_value_t args_p[], const jerry_length_t args_count) handle_require() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-iterator-prototype.c53 ecma_builtin_array_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_array_iterator_prototype_object_next() argument
56 if (!ecma_is_value_object (this_val)) in ecma_builtin_array_iterator_prototype_object_next()
61 ecma_object_t *obj_p = ecma_get_object_from_value (this_val); in ecma_builtin_array_iterator_prototype_object_next()
H A Decma-builtin-string-iterator-prototype.c52 ecma_builtin_string_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_string_iterator_prototype_object_next() argument
55 if (!ecma_is_value_object (this_val)) in ecma_builtin_string_iterator_prototype_object_next()
60 ecma_object_t *obj_p = ecma_get_object_from_value (this_val); in ecma_builtin_string_iterator_prototype_object_next()
H A Decma-builtin-map-iterator-prototype.c52 ecma_builtin_map_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_map_iterator_prototype_object_next() argument
54 return ecma_op_container_iterator_next (this_val, ECMA_PSEUDO_MAP_ITERATOR); in ecma_builtin_map_iterator_prototype_object_next()
H A Decma-builtin-iterator-prototype.c51 ecma_builtin_iterator_prototype_object_iterator (ecma_value_t this_val) /**< this argument */ in ecma_builtin_iterator_prototype_object_iterator() argument
54 return ecma_copy_value (this_val); in ecma_builtin_iterator_prototype_object_iterator()
H A Decma-builtin-set-iterator-prototype.c52 ecma_builtin_set_iterator_prototype_object_next (ecma_value_t this_val) /**< this argument */ in ecma_builtin_set_iterator_prototype_object_next() argument
54 return ecma_op_container_iterator_next (this_val, ECMA_PSEUDO_SET_ITERATOR); in ecma_builtin_set_iterator_prototype_object_next()
/third_party/jerryscript/jerry-ext/arg/
H A Darg.c65 * @note this_val is processed as the first value, before the array of arguments.
71 jerryx_arg_transform_this_and_args (const jerry_value_t this_val, /**< the this_val for the external function */ in jerryx_arg_transform_this_and_args() argument
84 .js_arg_p = &this_val, in jerryx_arg_transform_this_and_args()
/third_party/backends/backend/
H A Dhp-accessor.c855 SANE_Fixed this_val, other_val; in hp_accessor_geometry_getint() local
861 sanei_hp_accessor_get(this->this, data, &this_val); in hp_accessor_geometry_getint()
867 assert(this_val >= other_val && other_val >= 0); in hp_accessor_geometry_getint()
868 return (_to_devpixels(this_val, mm_per_pix) in hp_accessor_geometry_getint()
871 return _to_devpixels(this_val, mm_per_pix); in hp_accessor_geometry_getint()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-typedarray-object.c695 ecma_op_typedarray_from_helper (ecma_value_t this_val, /**< this_arg for the above from function */ in ecma_op_typedarray_from_helper() argument
709 ecma_value_t cb_value = ecma_op_function_call (func_object_p, this_val, call_args, 2); in ecma_op_typedarray_from_helper()
756 ecma_value_t this_val, /**< this_arg for the above map function */ in ecma_op_typedarray_from()
860 ecma_value_t set_value = ecma_op_typedarray_from_helper (this_val, in ecma_op_typedarray_from()
941 ecma_value_t set_value = ecma_op_typedarray_from_helper (this_val, in ecma_op_typedarray_from()
754 ecma_op_typedarray_from(ecma_value_t items_val, ecma_value_t map_fn_val, ecma_value_t this_val, ecma_object_t *proto_p, uint8_t element_size_shift, ecma_typedarray_type_t typedarray_id) ecma_op_typedarray_from() argument
H A Decma-container-object.h49 ecma_value_t ecma_op_container_iterator_next (ecma_value_t this_val, ecma_pseudo_array_type_t iterator_type);
H A Decma-typedarray-object.h47 ecma_value_t this_val,
H A Decma-proxy-object.h40 const ecma_value_t this_val,
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c770 const ecma_value_t this_val, /**< this_arg of the function */ in ecma_op_implicit_constructor_handler_cb()
774 JERRY_UNUSED_4 (function_obj, this_val, args_p, args_count); in ecma_op_implicit_constructor_handler_cb()
794 const ecma_value_t this_val, /**< this_arg of the function */ in ecma_op_implicit_constructor_handler_heritage_cb()
798 JERRY_UNUSED_4 (function_obj, this_val, args_p, args_count); in ecma_op_implicit_constructor_handler_heritage_cb()
769 ecma_op_implicit_constructor_handler_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_op_implicit_constructor_handler_cb() argument
793 ecma_op_implicit_constructor_handler_heritage_cb(const ecma_value_t function_obj, const ecma_value_t this_val, const ecma_value_t args_p[], const ecma_length_t args_count) ecma_op_implicit_constructor_handler_heritage_cb() argument
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
H A Darg.h75 jerry_value_t jerryx_arg_transform_this_and_args (const jerry_value_t this_val,

Completed in 13 milliseconds

12