| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_segments.cpp | 30 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Containing() local 52 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in GetSegmentIterator() local
|
| D | builtins_iterator.cpp | 43 JSHandle<JSTaggedValue> thisValue = GetCallArg(argv, 0); in Return() local 47 JSTaggedValue BuiltinsIterator::ReturnInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in ReturnInternal()
|
| D | builtins_string_iterator.cpp | 29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local 33 …ggedValue BuiltinsStringIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in NextInternal()
|
| D | builtins_relative_time_format.cpp | 50 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
|
| D | builtins_date_time_format.cpp | 59 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
|
| D | builtins_list_format.cpp | 84 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
|
| D | builtins_segment_iterator.cpp | 29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
|
| D | builtins_number_format.cpp | 55 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
|
| D | builtins_segmenter.cpp | 82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Segment() local 107 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| D | builtins_plural_rules.cpp | 82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local 110 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 80 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Of() local 123 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| D | builtins_collator.cpp | 88 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local 150 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| D | builtins_weak_ref.cpp | 57 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Deref() local
|
| D | builtins_async_from_sync_iterator.cpp | 33 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local 143 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Return() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.h | 34 GateRef thisValue; member 45 GateRef thisValue; member 73 GateRef thisValue; member 82 GateRef thisValue; member 88 GateRef thisValue; member
|
| D | native_inline_lowering.cpp | 450 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/ |
| D | builtins_number_stub_builder.h | 25 …BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsNumberStubBuilder()
|
| D | builtins_reflect_stub_builder.h | 25 …BuiltinsReflectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef n… in BuiltinsReflectStubBuilder()
|
| D | builtins_object_stub_builder.h | 25 …BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsObjectStubBuilder()
|
| D | builtins_collection_stub_builder.h | 26 …xplicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder()
|
| D | builtins_string_stub_builder.cpp | 25 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 …]
|
| D | builtins_typedarray_stub_builder.cpp | 434 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 …]
|
| D | containers_stub_builder.cpp | 23 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()
|
| D | builtins_array_stub_builder.cpp | 47 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() 725 void BuiltinsArrayStubBuilder::Map(GateRef glue, GateRef thisValue, GateRef numArgs, in Map() 861 void BuiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in ForEach() 1016 void BuiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in IndexOf() 1036 void BuiltinsArrayStubBuilder::LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRe… in LastIndexOf() 1055 void BuiltinsArrayStubBuilder::Pop(GateRef glue, GateRef thisValue, in Pop() [all …]
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | commonjs.cpp | 55 …ir::Expression *thisValue = AllocNode<ir::Identifier>(binder::Binder::CJS_MANDATORY_PARAM_EXPORTS); in AddReflectApplyArgs() local
|