/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-symbol-prototype.c | 57 ecma_builtin_symbol_prototype_object_to_string (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_symbol_prototype_object_to_string() argument 72 ecma_builtin_symbol_prototype_object_value_of (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_symbol_prototype_object_value_of() argument 87 ecma_builtin_symbol_prototype_object_to_primitive (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_symbol_prototype_object_to_primitive() argument
|
H A D | ecma-builtin-promise-prototype.c | 47 ecma_builtin_promise_prototype_then (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_promise_prototype_then() argument 65 ecma_builtin_promise_prototype_catch (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_promise_prototype_catch() argument
|
H A D | ecma-builtin-boolean-prototype.c | 57 ecma_builtin_boolean_prototype_object_to_string (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_boolean_prototype_object_to_string() argument 91 ecma_builtin_boolean_prototype_object_value_of (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_boolean_prototype_object_value_of() argument
|
H A D | ecma-builtin-weakmap-prototype.c | 47 ecma_builtin_weakmap_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_delete() argument 63 ecma_builtin_weakmap_prototype_object_get (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_get() argument 79 ecma_builtin_weakmap_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_has() argument 95 ecma_builtin_weakmap_prototype_object_set (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakmap_prototype_object_set() argument
|
H A D | ecma-builtin-weakset-prototype.c | 47 ecma_builtin_weakset_prototype_object_add (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakset_prototype_object_add() argument 63 ecma_builtin_weakset_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakset_prototype_object_delete() argument 79 ecma_builtin_weakset_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_weakset_prototype_object_has() argument
|
H A D | ecma-builtin-proxy.c | 53 ecma_builtin_proxy_object_revocable (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_proxy_object_revocable() argument
|
H A D | ecma-builtin-arraybuffer.c | 56 ecma_builtin_arraybuffer_object_is_view (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_arraybuffer_object_is_view() argument
|
H A D | ecma-builtin-error-prototype.c | 85 ecma_builtin_error_prototype_object_to_string (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_error_prototype_object_to_string() argument
|
H A D | ecma-builtin-set-prototype.c | 47 ecma_builtin_set_prototype_object_add (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_add() argument 63 ecma_builtin_set_prototype_object_clear (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_set_prototype_object_clear() argument 78 ecma_builtin_set_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_delete() argument 94 ecma_builtin_set_prototype_object_foreach (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_foreach() argument 112 ecma_builtin_set_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_set_prototype_object_has() argument 128 ecma_builtin_set_prototype_object_size_getter(ecma_value_t this_arg) ecma_builtin_set_prototype_object_size_getter() argument 145 ecma_builtin_set_prototype_object_entries(ecma_value_t this_arg) ecma_builtin_set_prototype_object_entries() argument 164 ecma_builtin_set_prototype_object_keys(ecma_value_t this_arg) ecma_builtin_set_prototype_object_keys() argument 183 ecma_builtin_set_prototype_object_values(ecma_value_t this_arg) ecma_builtin_set_prototype_object_values() argument [all...] |
H A D | ecma-builtin-number.c | 108 ecma_builtin_number_object_is_finite (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_finite() argument 134 ecma_builtin_number_object_is_nan (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_nan() argument 161 ecma_builtin_number_object_is_integer (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_integer() argument 198 ecma_builtin_number_object_is_safe_integer (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_number_object_is_safe_integer() argument
|
H A D | ecma-builtin-map-prototype.c | 47 ecma_builtin_map_prototype_object_clear (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_map_prototype_object_clear() argument 62 ecma_builtin_map_prototype_object_delete (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_delete() argument 78 ecma_builtin_map_prototype_object_foreach (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_foreach() argument 96 ecma_builtin_map_prototype_object_get (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_get() argument 112 ecma_builtin_map_prototype_object_has (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_map_prototype_object_has() argument 128 ecma_builtin_map_prototype_object_set(ecma_value_t this_arg, ecma_value_t key_arg, ecma_value_t value_arg) ecma_builtin_map_prototype_object_set() argument 145 ecma_builtin_map_prototype_object_size_getter(ecma_value_t this_arg) ecma_builtin_map_prototype_object_size_getter() argument 162 ecma_builtin_map_prototype_object_entries(ecma_value_t this_arg) ecma_builtin_map_prototype_object_entries() argument 181 ecma_builtin_map_prototype_object_keys(ecma_value_t this_arg) ecma_builtin_map_prototype_object_keys() argument 200 ecma_builtin_map_prototype_object_values(ecma_value_t this_arg) ecma_builtin_map_prototype_object_values() argument [all...] |
H A D | ecma-builtin-arraybuffer-prototype.c | 56 ecma_builtin_arraybuffer_prototype_bytelength_getter (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_arraybuffer_prototype_bytelength_getter() argument 87 ecma_builtin_arraybuffer_prototype_object_slice (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_arraybuffer_prototype_object_slice() argument
|
H A D | ecma-builtin-generator-prototype.c | 68 ecma_builtin_generator_prototype_object_do (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_do() argument 206 ecma_builtin_generator_prototype_object_next (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_next() argument 222 ecma_builtin_generator_prototype_object_return (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_return() argument 238 ecma_builtin_generator_prototype_object_throw (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_generator_prototype_object_throw() argument
|
H A D | ecma-builtin-symbol.c | 197 ecma_builtin_symbol_for (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_symbol_for() argument 223 ecma_builtin_symbol_key_for (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_symbol_key_for() argument
|
H A D | ecma-builtin-intrinsic.c | 91 ecma_builtin_intrinsic_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_intrinsic_dispatch_routine() argument
|
H A D | ecma-builtin-object-prototype.c | 81 ecma_builtin_object_prototype_object_to_string (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_object_prototype_object_to_string() argument 96 ecma_builtin_object_prototype_object_value_of (ecma_value_t this_arg) /**< this argument */ in ecma_builtin_object_prototype_object_value_of() argument 234 ecma_builtin_object_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_object_prototype_dispatch_routine() argument [all...] |
H A D | ecma-builtin-dataview-prototype.c | 94 ecma_builtin_dataview_prototype_object_getters (ecma_value_t this_arg, /**< this argument */ in ecma_builtin_dataview_prototype_object_getters() argument 141 ecma_builtin_dataview_prototype_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list_p[], ecma_length_t arguments_number) ecma_builtin_dataview_prototype_dispatch_routine() argument
|
H A D | ecma-builtin-array.c | 60 ecma_builtin_array_object_is_array (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_array_object_is_array() argument 79 ecma_builtin_array_object_from (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_array_object_from() argument 406 ecma_builtin_array_object_of (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_array_object_of() argument
|
H A D | ecma-builtin-reflect.c | 80 ecma_builtin_reflect_dispatch_routine(uint16_t builtin_routine_id, ecma_value_t this_arg, const ecma_value_t arguments_list[], ecma_length_t arguments_number) ecma_builtin_reflect_dispatch_routine() argument
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
H A D | ecma-symbol-object.c | 148 ecma_symbol_to_string_helper (ecma_value_t this_arg, /**< this argument value */ in ecma_symbol_to_string_helper() argument
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-native-instanceof.cpp | 25 external_function(const jerry_value_t function_obj, const jerry_value_t this_arg, const jerry_value_t args_p[], const jerry_size_t args_count) external_function() argument
|
H A D | test-newtarget.cpp | 161 jerry_value_t this_arg = jerry_create_undefined (); in HWTEST_F() local
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/ |
H A D | ecma-builtin-typedarray.c | 58 ecma_builtin_typedarray_from (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_typedarray_from() argument 127 ecma_builtin_typedarray_of (ecma_value_t this_arg, /**< 'this' argument */ in ecma_builtin_typedarray_of() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-function.cc | 197 Handle<Object> this_arg = isolate->factory()->undefined_value(); in DoFunctionBind() local
|
H A D | builtins-array-gen.h | 53 TNode<Object> this_arg() { return this_arg_; } in this_arg() function in v8::internal::ArrayBuiltinsAssembler
|