Home
last modified time | relevance | path

Searched refs:this_value (Results 1 – 22 of 22) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-set.c75 ecma_builtin_set_species_get (ecma_value_t this_value) /**< This Value */ in ecma_builtin_set_species_get() argument
77 return ecma_copy_value (this_value); in ecma_builtin_set_species_get()
Decma-builtin-map.c75 ecma_builtin_map_species_get (ecma_value_t this_value) /**< This Value */ in ecma_builtin_map_species_get() argument
77 return ecma_copy_value (this_value); in ecma_builtin_map_species_get()
Decma-builtin-arraybuffer.c107 ecma_builtin_arraybuffer_species_get (ecma_value_t this_value) /**< This Value */ in ecma_builtin_arraybuffer_species_get() argument
109 return ecma_copy_value (this_value); in ecma_builtin_arraybuffer_species_get()
Decma-builtin-intrinsic.c66 ecma_builtin_intrinsic_array_prototype_values (ecma_value_t this_value) /**< this argument */ in ecma_builtin_intrinsic_array_prototype_values() argument
68 ecma_value_t this_obj = ecma_op_to_object (this_value); in ecma_builtin_intrinsic_array_prototype_values()
Decma-builtin-string-prototype.c391 ecma_builtin_string_prototype_object_replace (ecma_value_t this_value, /**< this argument */ in ecma_builtin_string_prototype_object_replace() argument
417 ecma_value_t arguments[] = { this_value, replace_value }; in ecma_builtin_string_prototype_object_replace()
427 return ecma_regexp_replace_helper (search_value, this_value, replace_value); in ecma_builtin_string_prototype_object_replace()
431 ecma_string_t *input_str_p = ecma_get_string_from_value (this_value); in ecma_builtin_string_prototype_object_replace()
581 ecma_builtin_string_prototype_object_search (ecma_value_t this_value, /**< this argument */ in ecma_builtin_string_prototype_object_search() argument
605 … ecma_value_t search_result = ecma_op_function_call (search_method, regexp_value, &this_value, 1); in ecma_builtin_string_prototype_object_search()
614 return ecma_regexp_search_helper (regexp_value, this_value); in ecma_builtin_string_prototype_object_search()
620 ecma_string_t *string_p = ecma_op_to_string (this_value); in ecma_builtin_string_prototype_object_search()
745 ecma_builtin_string_prototype_object_split (ecma_value_t this_value, /**< this argument */ in ecma_builtin_string_prototype_object_split() argument
771 ecma_value_t arguments[] = { this_value, limit_value }; in ecma_builtin_string_prototype_object_split()
[all …]
Decma-builtin-regexp.c230 ecma_builtin_regexp_species_get (ecma_value_t this_value) /**< This Value */ in ecma_builtin_regexp_species_get() argument
232 return ecma_copy_value (this_value); in ecma_builtin_regexp_species_get()
Decma-builtin-number-prototype.c982 ecma_value_t this_value = ecma_builtin_number_prototype_object_value_of (this_arg); in ecma_builtin_number_prototype_dispatch_routine() local
984 if (ECMA_IS_VALUE_ERROR (this_value)) in ecma_builtin_number_prototype_dispatch_routine()
986 return this_value; in ecma_builtin_number_prototype_dispatch_routine()
991 return ecma_copy_value (this_value); in ecma_builtin_number_prototype_dispatch_routine()
994 ecma_number_t this_arg_number = ecma_get_number_from_value (this_value); in ecma_builtin_number_prototype_dispatch_routine()
Decma-builtin-array.c472 ecma_builtin_array_species_get (ecma_value_t this_value) /**< This Value */ in ecma_builtin_array_species_get() argument
474 return ecma_copy_value (this_value); in ecma_builtin_array_species_get()
Decma-builtin-promise.c646 ecma_builtin_promise_species_get (ecma_value_t this_value) /**< This Value */ in ecma_builtin_promise_species_get() argument
648 return ecma_copy_value (this_value); in ecma_builtin_promise_species_get()
/third_party/jerryscript/targets/particle/source/
Dmain.cpp26 const jerry_value_t this_value, /**< this arg */ in set_led() argument
50 const jerry_value_t this_value, /**< this arg */ in js_delay() argument
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp474 uint64_t this_value = base; in AssignPowerUInt16() local
478 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
479 this_value = this_value * this_value; in AssignPowerUInt16()
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
488 this_value *= base; in AssignPowerUInt16()
495 AssignUInt64(this_value); in AssignPowerUInt16()
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp474 uint64_t this_value = base; in AssignPowerUInt16() local
478 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
479 this_value = this_value * this_value; in AssignPowerUInt16()
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
488 this_value *= base; in AssignPowerUInt16()
495 AssignUInt64(this_value); in AssignPowerUInt16()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp460 uint64_t this_value = base; in AssignPowerUInt16() local
464 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
465 this_value = this_value * this_value; in AssignPowerUInt16()
471 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
473 this_value *= base; in AssignPowerUInt16()
480 AssignUInt64(this_value); in AssignPowerUInt16()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp474 uint64_t this_value = base; in AssignPowerUInt16() local
478 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
479 this_value = this_value * this_value; in AssignPowerUInt16()
486 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
488 this_value *= base; in AssignPowerUInt16()
495 AssignUInt64(this_value); in AssignPowerUInt16()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-lex-env.c527 ecma_value_t this_value = ECMA_PROPERTY_VALUE_PTR (prop_p)->value; in ecma_op_get_this_binding() local
529 if (this_value == ECMA_VALUE_UNINITIALIZED) in ecma_op_get_this_binding()
535 ecma_ref_object (ecma_get_object_from_value (this_value)); in ecma_op_get_this_binding()
537 return this_value; in ecma_op_get_this_binding()
Decma-objects.h79 ecma_value_t ecma_op_species_constructor (ecma_object_t *this_value, ecma_builtin_id_t default_cons…
Decma-objects.c2964 ecma_op_species_constructor (ecma_object_t *this_value, /**< This Value */ in ecma_op_species_constructor() argument
2968 …ecma_value_t constructor = ecma_op_object_get_by_magic_id (this_value, LIT_MAGIC_STRING_CONSTRUCTO… in ecma_op_species_constructor()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray.c226 ecma_builtin_typedarray_species_get (ecma_value_t this_value) /**< This Value */ in ecma_builtin_typedarray_species_get() argument
228 return ecma_copy_value (this_value); in ecma_builtin_typedarray_species_get()
/third_party/grpc/src/ruby/ext/grpc/
Drb_call.c687 VALUE this_value = Qnil; in grpc_run_batch_stack_fill_ops() local
697 this_value = rb_hash_aref(ops_hash, this_op); in grpc_run_batch_stack_fill_ops()
701 grpc_rb_md_ary_convert(this_value, &st->send_metadata); in grpc_run_batch_stack_fill_ops()
709 grpc_rb_s_to_byte_buffer(RSTRING_PTR(this_value), in grpc_run_batch_stack_fill_ops()
710 RSTRING_LEN(this_value)); in grpc_run_batch_stack_fill_ops()
718 &st->send_status_details, this_value); in grpc_run_batch_stack_fill_ops()
/third_party/jerryscript/jerry-core/vm/
Dvm.c689 ecma_value_t this_value = is_call_prop ? frame_ctx_p->stack_top_p[-2] : ECMA_VALUE_UNDEFINED; in vm_spread_operation() local
701 this_value, in vm_spread_operation()
771 ecma_value_t this_value = is_call_prop ? stack_top_p[-3] : ECMA_VALUE_UNDEFINED; in opfunc_call() local
789 this_value, in opfunc_call()
2670 ecma_value_t this_value = stack_top_p[-3]; in vm_loop() local
2672 if (this_value == ECMA_VALUE_REGISTER_REF) in vm_loop()
2678 else if (vm_get_implicit_this_value (&this_value)) in vm_loop()
2681 stack_top_p[-3] = this_value; in vm_loop()
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md855 const jerry_value_t this_value, /**< this arg */
D02.API-REFERENCE.md7497 jerry_value_t this_value = jerry_create_undefined ();
7502 jerry_value_t res = jerry_call_function (func, this_value, args, 2);
7508 jerry_release_value (this_value);