Home
last modified time | relevance | path

Searched defs:this_arg (Results 1 – 25 of 57) sorted by relevance

123

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-map-prototype.c47 ecma_builtin_map_prototype_object_clear (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_map_prototype_object_clear()
62 ecma_builtin_map_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_delete()
78 ecma_builtin_map_prototype_object_foreach (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_foreach()
96 ecma_builtin_map_prototype_object_get (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_get()
112 ecma_builtin_map_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_has()
128 ecma_builtin_map_prototype_object_set (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_set()
145 ecma_builtin_map_prototype_object_size_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_map_prototype_object_size_getter()
162 ecma_builtin_map_prototype_object_entries (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_map_prototype_object_entries()
181 ecma_builtin_map_prototype_object_keys (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_map_prototype_object_keys()
200 ecma_builtin_map_prototype_object_values (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_map_prototype_object_values()
Decma-builtin-set-prototype.c47 ecma_builtin_set_prototype_object_add (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_add()
63 ecma_builtin_set_prototype_object_clear (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_set_prototype_object_clear()
78 ecma_builtin_set_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_delete()
94 ecma_builtin_set_prototype_object_foreach (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_foreach()
112 ecma_builtin_set_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_has()
128 ecma_builtin_set_prototype_object_size_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_set_prototype_object_size_getter()
145 ecma_builtin_set_prototype_object_entries (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_set_prototype_object_entries()
164 ecma_builtin_set_prototype_object_keys (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_set_prototype_object_keys()
183 ecma_builtin_set_prototype_object_values (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_set_prototype_object_values()
Decma-builtin-regexp-prototype.c88 ecma_builtin_regexp_prototype_get_flags (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_regexp_prototype_get_flags()
217 ecma_builtin_regexp_prototype_get_source (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_regexp_prototype_get_source()
244 ecma_builtin_regexp_prototype_get_global (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_regexp_prototype_get_global()
269 ecma_builtin_regexp_prototype_get_ignorecase (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_regexp_prototype_get_ignorecase()
294 ecma_builtin_regexp_prototype_get_multiline (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_regexp_prototype_get_multiline()
319 ecma_builtin_regexp_prototype_get_sticky (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_regexp_prototype_get_sticky()
344 ecma_builtin_regexp_prototype_get_unicode (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_regexp_prototype_get_unicode()
371 ecma_builtin_regexp_prototype_compile (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_regexp_prototype_compile()
439 ecma_builtin_regexp_prototype_exec (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_regexp_prototype_exec()
481 ecma_builtin_regexp_prototype_test (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_regexp_prototype_test()
[all …]
Decma-builtin-weakmap-prototype.c47 ecma_builtin_weakmap_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_delete()
63 ecma_builtin_weakmap_prototype_object_get (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_get()
79 ecma_builtin_weakmap_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_has()
95 ecma_builtin_weakmap_prototype_object_set (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_set()
Decma-builtin-symbol-prototype.c57 ecma_builtin_symbol_prototype_object_to_string (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_symbol_prototype_object_to_string()
72 ecma_builtin_symbol_prototype_object_value_of (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_symbol_prototype_object_value_of()
87 ecma_builtin_symbol_prototype_object_to_primitive (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_symbol_prototype_object_to_primitive()
Decma-builtin-weakset-prototype.c47 ecma_builtin_weakset_prototype_object_add (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakset_prototype_object_add()
63 ecma_builtin_weakset_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakset_prototype_object_delete()
79 ecma_builtin_weakset_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakset_prototype_object_has()
Decma-builtin-generator-prototype.c68 ecma_builtin_generator_prototype_object_do (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_do()
206 ecma_builtin_generator_prototype_object_next (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_next()
222 ecma_builtin_generator_prototype_object_return (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_return()
238 ecma_builtin_generator_prototype_object_throw (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_throw()
Decma-builtin-number.c108 ecma_builtin_number_object_is_finite (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_finite()
134 ecma_builtin_number_object_is_nan (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_nan()
161 ecma_builtin_number_object_is_integer (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_integer()
198 ecma_builtin_number_object_is_safe_integer (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_safe_integer()
Decma-builtin-boolean-prototype.c57 ecma_builtin_boolean_prototype_object_to_string (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_boolean_prototype_object_to_string()
91 ecma_builtin_boolean_prototype_object_value_of (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_boolean_prototype_object_value_of()
Decma-builtin-promise-prototype.c47 ecma_builtin_promise_prototype_then (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_promise_prototype_then()
65 ecma_builtin_promise_prototype_catch (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_promise_prototype_catch()
Decma-builtin-arraybuffer-prototype.c56 ecma_builtin_arraybuffer_prototype_bytelength_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_arraybuffer_prototype_bytelength_getter()
87 ecma_builtin_arraybuffer_prototype_object_slice (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_arraybuffer_prototype_object_slice()
Decma-builtin-promise.c96 ecma_builtin_promise_reject (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_reject()
112 ecma_builtin_promise_resolve (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_resolve()
493 ecma_builtin_promise_race_or_all (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_race_or_all()
580 ecma_builtin_promise_race (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_race()
596 ecma_builtin_promise_all (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_promise_all()
Decma-builtin-object-prototype.c81 ecma_builtin_object_prototype_object_to_string (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_object_prototype_object_to_string()
96 ecma_builtin_object_prototype_object_value_of (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_object_prototype_object_value_of()
236 ecma_value_t this_arg, /**< 'this' argument value */ in ecma_builtin_object_prototype_dispatch_routine()
Decma-builtin-string.c61 ecma_builtin_string_object_from_char_code (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_string_object_from_char_code()
125 ecma_builtin_string_object_raw (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_string_object_raw()
279 ecma_builtin_string_object_from_code_point (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_string_object_from_code_point()
Decma-builtin-symbol.c197 ecma_builtin_symbol_for (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_symbol_for()
223 ecma_builtin_symbol_key_for (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_symbol_key_for()
Decma-builtin-array.c60 ecma_builtin_array_object_is_array (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_array_object_is_array()
79 ecma_builtin_array_object_from (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_array_object_from()
406 ecma_builtin_array_object_of (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_array_object_of()
Decma-builtin-dataview-prototype.c94 ecma_builtin_dataview_prototype_object_getters (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_dataview_prototype_object_getters()
142ecma_value_t this_arg, /**< 'this' argument value */ in ecma_builtin_dataview_prototype_dispatch_routine()
Decma-builtin-date-prototype.c132 ecma_builtin_date_prototype_to_json (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_date_prototype_to_json()
198 ecma_builtin_date_prototype_to_primitive (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_date_prototype_to_primitive()
598 ecma_value_t this_arg, /**< 'this' argument value */ in ecma_builtin_date_prototype_dispatch_routine()
Decma-builtin-date.c614 ecma_builtin_date_parse (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_date_parse()
654 ecma_builtin_date_utc (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_date_utc()
690 ecma_builtin_date_now (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_date_now()
Decma-builtin-arraybuffer.c56 ecma_builtin_arraybuffer_object_is_view (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_arraybuffer_object_is_view()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c69 ecma_builtin_typedarray_prototype_buffer_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_typedarray_prototype_buffer_getter()
93 ecma_builtin_typedarray_prototype_bytelength_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_typedarray_prototype_bytelength_getter()
116 ecma_builtin_typedarray_prototype_byteoffset_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_typedarray_prototype_byteoffset_getter()
138 ecma_builtin_typedarray_prototype_length_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_typedarray_prototype_length_getter()
161 ecma_builtin_typedarray_prototype_to_string_tag_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_typedarray_prototype_to_string_tag_getter()
191 ecma_builtin_typedarray_prototype_exec_routine (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_typedarray_prototype_exec_routine()
285 ecma_builtin_typedarray_prototype_every (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_typedarray_prototype_every()
305 ecma_builtin_typedarray_prototype_some (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_typedarray_prototype_some()
325 ecma_builtin_typedarray_prototype_for_each (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_typedarray_prototype_for_each()
354 ecma_builtin_typedarray_iterators_helper (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_typedarray_iterators_helper()
[all …]
Decma-builtin-typedarray.c58 ecma_builtin_typedarray_from (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_typedarray_from()
127 ecma_builtin_typedarray_of (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_typedarray_of()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-container-object.c561 ecma_op_container_get_object (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_get_object()
592 ecma_op_container_size (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_size()
615 ecma_op_container_get (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_get()
658 ecma_op_container_has (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_has()
744 ecma_op_container_set_noramlize_zero (ecma_value_t this_arg) /*< this arg */ in ecma_op_container_set_noramlize_zero()
766 ecma_op_container_set (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_set()
822 ecma_op_container_foreach (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_foreach()
883 ecma_op_container_clear (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_clear()
905 ecma_op_container_delete (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_delete()
937 ecma_op_container_delete_weak (ecma_value_t this_arg, /**< this argument */ in ecma_op_container_delete_weak()
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dproxy_call.js135 apply: function (target, this_arg, args) { argument
158 apply: function (target, this_arg, args) { argument
180 apply: function (target, this_arg, args) { argument
209 apply: function (target, this_arg, args) { argument
/third_party/jerryscript/tests/jerry/
Dfunction.prototype.js22 var this_arg = {}; variable

123