Home
last modified time | relevance | path

Searched defs:thisValue (Results 1 – 25 of 73) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_segments.cpp30 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Containing() local
52 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in GetSegmentIterator() local
Dbuiltins_iterator.cpp43 JSHandle<JSTaggedValue> thisValue = GetCallArg(argv, 0); in Return() local
47 JSTaggedValue BuiltinsIterator::ReturnInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in ReturnInternal()
Dbuiltins_string_iterator.cpp29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
33 …ggedValue BuiltinsStringIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in NextInternal()
Dbuiltins_relative_time_format.cpp50 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in RelativeTimeFormatConstructor() local
94 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
127 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatToParts() local
160 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_date_time_format.cpp59 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in DateTimeFormatConstructor() local
111 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
224 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
256 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatRange() local
298 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatRangeToParts() local
Dbuiltins_list_format.cpp84 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
111 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatToParts() local
140 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_segment_iterator.cpp29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
Dbuiltins_number_format.cpp55 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in NumberFormatConstructor() local
107 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
163 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_segmenter.cpp82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Segment() local
107 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_arraylist_stub_builder.cpp24 void ContainersArrayListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Vari… in ForEach()
32 void ContainersArrayListStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef nu… in ReplaceAllElements()
Dcontainers_vector_stub_builder.cpp24 void ContainersVectorStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variabl… in ForEach()
32 void ContainersVectorStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef numAr… in ReplaceAllElements()
Dbuiltins_collection_stub_builder.h26 …xplicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder()
28 explicit BuiltinsCollectionStubBuilder(StubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder()
Dcontainers_hashmap_stub_builder.cpp24 void ContainersHashMapStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… in ForEach()
Dcontainers_linkedlist_stub_builder.cpp24 void ContainersLinkedListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
Dcontainers_plainarray_stub_builder.cpp24 void ContainersPlainArrayStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Var… in ForEach()
Dcontainers_list_stub_builder.cpp24 void ContainersListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable … in ForEach()
Dcontainers_hashset_stub_builder.cpp24 void ContainersHashSetStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variab… in ForEach()
Dcontainers_lightweightmap_stub_builder.cpp24 void ContainersLightWeightMapStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs,… in ForEach()
Dcontainers_lightweightset_stub_builder.cpp24 void ContainersLightWeightSetStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs,… in ForEach()
Dcontainers_stack_stub_builder.cpp24 void ContainersStackStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variable… in ForEach()
Dbuiltins_array_stub_builder.cpp44 void BuiltinsArrayStubBuilder::With(GateRef glue, GateRef thisValue, GateRef numArgs, in With()
168 void BuiltinsArrayStubBuilder::Unshift(GateRef glue, GateRef thisValue, GateRef numArgs, in Unshift()
308 void BuiltinsArrayStubBuilder::Shift(GateRef glue, GateRef thisValue, in Shift()
425 void BuiltinsArrayStubBuilder::Concat(GateRef glue, GateRef thisValue, GateRef numArgs, in Concat()
565 void BuiltinsArrayStubBuilder::Filter(GateRef glue, GateRef thisValue, GateRef numArgs, in Filter()
778 void BuiltinsArrayStubBuilder::Map(GateRef glue, GateRef thisValue, GateRef numArgs, in Map()
891 void BuiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in ForEach()
1041 void BuiltinsArrayStubBuilder::ArrayIteratorNext(GateRef glue, GateRef thisValue, in ArrayIteratorNext()
1195 void BuiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in IndexOf()
1224 void BuiltinsArrayStubBuilder::LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRe… in LastIndexOf()
[all …]
Dbuiltins_number_stub_builder.h25 …BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsNumberStubBuilder()
Dbuiltins_reflect_stub_builder.h25 …BuiltinsReflectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef n… in BuiltinsReflectStubBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h35 GateRef thisValue; member
46 GateRef thisValue; member
74 GateRef thisValue; member
83 GateRef thisValue; member
89 GateRef thisValue; member
Dnative_inline_lowering.cpp420 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringCharCodeAt() local
451 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubstring() local
464 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubstring() local
494 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubStr() local
507 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubStr() local
536 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSlice() local
549 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSlice() local
1171 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineObjectGetProto() local
1214 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineObjectIsPrototypeOf() local
1236 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineObjectHasOwnProperty() local
[all …]

123