Home
last modified time | relevance | path

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

12

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
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-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-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/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc461 uint64_t this_value = base; in AssignPowerUInt16() local
465 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
466 this_value = this_value * this_value; in AssignPowerUInt16()
473 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
475 this_value *= base; in AssignPowerUInt16()
482 AssignUInt64(this_value); in AssignPowerUInt16()
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp475 uint64_t this_value = base; in AssignPowerUInt16() local
479 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
480 this_value = this_value * this_value; in AssignPowerUInt16()
487 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
489 this_value *= base; in AssignPowerUInt16()
496 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/node/deps/v8/src/base/numbers/
Dbignum.cc409 uint64_t this_value = base; in AssignPowerUInt16() local
413 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
414 this_value = this_value * this_value; in AssignPowerUInt16()
420 bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
422 this_value *= base; in AssignPowerUInt16()
429 AssignUInt64(this_value); in AssignPowerUInt16()
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp475 uint64_t this_value = base; in AssignPowerUInt16() local
479 while (mask != 0 && this_value <= max_32bits) { in AssignPowerUInt16()
480 this_value = this_value * this_value; in AssignPowerUInt16()
487 const bool high_bits_zero = (this_value & base_bits_mask) == 0; in AssignPowerUInt16()
489 this_value *= base; in AssignPowerUInt16()
496 AssignUInt64(this_value); in AssignPowerUInt16()
/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/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/node/deps/v8/src/debug/
Ddebug-evaluate.cc153 Handle<Object> this_value(it.frame()->receiver(), isolate); in WithTopmostArguments() local
154 DCHECK_EQ(it.frame()->IsConstructor(), this_value->IsTheHole(isolate)); in WithTopmostArguments()
155 if (!this_value->IsTheHole(isolate)) { in WithTopmostArguments()
157 JSObject::SetOwnPropertyIgnoreAttributes(materialized, this_str, this_value, in WithTopmostArguments()
/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/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc1252 Node* this_value = value; in ReduceNamedAccess() local
1336 this_lookup_start_object, this_receiver, this_value, context, in ReduceNamedAccess()
1770 Node* this_value = value; in ReduceElementAccess() local
1819 BuildElementAccess(this_receiver, this_index, this_value, this_effect, in ReduceElementAccess()
/third_party/node/deps/v8/src/torque/
Dimplementation-visitor.cc2772 VisitResult this_value = this_reference->GetVisitResult(); in GenerateCall() local
2774 if (!this_value.type()->IsSubtypeOf(method->aggregate_type())) { in GenerateCall()
2777 *this_value.type()); in GenerateCall()
2780 AddCallParameter(callable, this_value, method->aggregate_type(), in GenerateCall()
/third_party/node/deps/v8/src/d8/
Dd8.cc4296 Local<Value> this_value = External::New(isolate_, this); in ExecuteInThread() local
4298 FunctionTemplate::New(isolate_, PostMessageOut, this_value); in ExecuteInThread()
4369 Local<External> this_value = args.Data().As<External>(); in PostMessageOut() local
4370 Worker* worker = static_cast<Worker*>(this_value->Value()); in PostMessageOut()
/third_party/jerryscript/docs/
D03.API-EXAMPLE.md855 const jerry_value_t this_value, /**< this arg */

12