/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-set.c | 75 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()
|
D | ecma-builtin-map.c | 75 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()
|
D | ecma-builtin-arraybuffer.c | 107 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()
|
D | ecma-builtin-intrinsic.c | 66 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()
|
D | ecma-builtin-string-prototype.c | 391 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 …]
|
D | ecma-builtin-regexp.c | 230 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()
|
D | ecma-builtin-number-prototype.c | 982 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()
|
D | ecma-builtin-array.c | 472 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()
|
D | ecma-builtin-promise.c | 646 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/ |
D | main.cpp | 26 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/ |
D | double-conversion-bignum.cpp | 474 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/ |
D | double-conversion-bignum.cpp | 474 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/ |
D | double-conversion-bignum.cpp | 460 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/ |
D | double-conversion-bignum.cpp | 474 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/ |
D | ecma-lex-env.c | 527 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()
|
D | ecma-objects.h | 79 ecma_value_t ecma_op_species_constructor (ecma_object_t *this_value, ecma_builtin_id_t default_cons…
|
D | ecma-objects.c | 2964 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/ |
D | ecma-builtin-typedarray.c | 226 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/ |
D | rb_call.c | 687 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/ |
D | vm.c | 689 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/ |
D | 03.API-EXAMPLE.md | 855 const jerry_value_t this_value, /**< this arg */
|
D | 02.API-REFERENCE.md | 7497 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);
|