Home
last modified time | relevance | path

Searched defs:thisValue (Results 1 – 25 of 56) 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
Dbuiltins_plural_rules.cpp82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local
110 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_displaynames.cpp80 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Of() local
123 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_collator.cpp88 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local
150 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_weak_ref.cpp57 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Deref() local
Dbuiltins_async_from_sync_iterator.cpp33 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
143 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Return() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.h34 GateRef thisValue; member
45 GateRef thisValue; member
73 GateRef thisValue; member
82 GateRef thisValue; member
88 GateRef thisValue; member
Dnative_inline_lowering.cpp450 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubstring() local
463 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubstring() local
492 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubStr() local
505 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSubStr() local
534 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSlice() local
547 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineStringSlice() local
1167 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineObjectGetProto() local
1210 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineObjectIsPrototypeOf() local
1232 GateRef thisValue = acc_.GetValueIn(gate, 0); in TryInlineObjectHasOwnProperty() local
1357 GateRef thisValue = acc_.GetValueIn(gate, firstParam + 1); in TryInlineReflectApply() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
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()
Dbuiltins_object_stub_builder.h25 …BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsObjectStubBuilder()
Dbuiltins_collection_stub_builder.h26 …xplicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder()
Dbuiltins_string_stub_builder.cpp25 void BuiltinsStringStubBuilder::FromCharCode(GateRef glue, [[maybe_unused]] GateRef thisValue, in FromCharCode()
98 void BuiltinsStringStubBuilder::CharAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharAt()
172 void BuiltinsStringStubBuilder::CharCodeAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharCodeAt()
193 void BuiltinsStringStubBuilder::CodePointAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CodePointAt()
228 void BuiltinsStringStubBuilder::CheckParamsAndGetPosition(GateRef glue, GateRef thisValue, GateRef … in CheckParamsAndGetPosition()
288 void BuiltinsStringStubBuilder::IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf()
387 void BuiltinsStringStubBuilder::Substring(GateRef glue, GateRef thisValue, GateRef numArgs, in Substring()
526 void BuiltinsStringStubBuilder::SubStr(GateRef glue, GateRef thisValue, GateRef numArgs, in SubStr()
671 GateRef BuiltinsStringStubBuilder::GetSubString(GateRef glue, GateRef thisValue, GateRef from, Gate… in GetSubString()
753 GateRef BuiltinsStringStubBuilder::GetFastSubString(GateRef glue, GateRef thisValue, GateRef start,… in GetFastSubString()
[all …]
Dbuiltins_typedarray_stub_builder.cpp434 void BuiltinsTypedArrayStubBuilder::Reverse(GateRef glue, GateRef thisValue, [[maybe_unused]] GateR… in Reverse()
502 void BuiltinsTypedArrayStubBuilder::LastIndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in LastIndexOf()
611 void BuiltinsTypedArrayStubBuilder::IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf()
710 void BuiltinsTypedArrayStubBuilder::Find(GateRef glue, GateRef thisValue, GateRef numArgs, in Find()
787 void BuiltinsTypedArrayStubBuilder::Includes(GateRef glue, GateRef thisValue, GateRef numArgs, in Includes()
878 void BuiltinsTypedArrayStubBuilder::CopyWithin(GateRef glue, GateRef thisValue, GateRef numArgs, in CopyWithin()
1011 void BuiltinsTypedArrayStubBuilder::ReduceRight(GateRef glue, GateRef thisValue, GateRef numArgs, in ReduceRight()
1119 void BuiltinsTypedArrayStubBuilder::Reduce(GateRef glue, GateRef thisValue, GateRef numArgs, in Reduce()
1228 void BuiltinsTypedArrayStubBuilder::Every(GateRef glue, GateRef thisValue, GateRef numArgs, in Every()
1312 void BuiltinsTypedArrayStubBuilder::Some(GateRef glue, GateRef thisValue, GateRef numArgs, in Some()
[all …]
Dcontainers_stub_builder.cpp23 void ContainersStubBuilder::ContainersCommonFuncCall(GateRef glue, GateRef thisValue, in ContainersCommonFuncCall()
145 void ContainersStubBuilder::QueueCommonFuncCall(GateRef glue, GateRef thisValue, in QueueCommonFuncCall()
254 void ContainersStubBuilder::DequeCommonFuncCall(GateRef glue, GateRef thisValue, in DequeCommonFuncCall()
366 void ContainersStubBuilder::ContainersLightWeightCall(GateRef glue, GateRef thisValue, in ContainersLightWeightCall()
476 void ContainersStubBuilder::ContainersHashCall(GateRef glue, GateRef thisValue, in ContainersHashCall()
613 void ContainersStubBuilder::ContainersLinkedListCall(GateRef glue, GateRef thisValue, in ContainersLinkedListCall()
Dbuiltins_array_stub_builder.cpp47 void BuiltinsArrayStubBuilder::With(GateRef glue, GateRef thisValue, GateRef numArgs, in With()
169 void BuiltinsArrayStubBuilder::Unshift(GateRef glue, GateRef thisValue, GateRef numArgs, in Unshift()
310 void BuiltinsArrayStubBuilder::Shift(GateRef glue, GateRef thisValue, in Shift()
425 void BuiltinsArrayStubBuilder::Concat(GateRef glue, GateRef thisValue, GateRef numArgs, in Concat()
559 void BuiltinsArrayStubBuilder::Filter(GateRef glue, GateRef thisValue, GateRef numArgs, in Filter()
722 void BuiltinsArrayStubBuilder::Map(GateRef glue, GateRef thisValue, GateRef numArgs, in Map()
855 void BuiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in ForEach()
1010 void BuiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in IndexOf()
1030 void BuiltinsArrayStubBuilder::LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRe… in LastIndexOf()
1049 void BuiltinsArrayStubBuilder::Pop(GateRef glue, GateRef thisValue, in Pop()
[all …]
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp55 …ir::Expression *thisValue = AllocNode<ir::Identifier>(binder::Binder::CJS_MANDATORY_PARAM_EXPORTS); in AddReflectApplyArgs() local

123