Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp34 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
38 …ggedValue BuiltinsStringIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in NextInternal()
Dbuiltins_relative_time_format.cpp52 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in RelativeTimeFormatConstructor() local
96 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
129 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatToParts() local
162 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_date_time_format.cpp60 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in DateTimeFormatConstructor() local
110 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
223 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
255 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatRange() local
301 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatRangeToParts() local
Dbuiltins_list_format.cpp89 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
116 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatToParts() local
145 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_number_format.cpp62 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in NumberFormatConstructor() local
112 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
168 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_plural_rules.cpp85 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local
113 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_displaynames.cpp87 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Of() local
130 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_collator.cpp91 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local
153 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_weak_ref.cpp60 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Deref() local
Dbuiltins_async_from_sync_iterator.cpp39 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
146 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Return() local
Dbuiltins_promise.cpp181 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Race() local
247 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Resolve() local
297 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Reject() local
363 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Then() local
667 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Any() local
852 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in AllSettled() local
Dbuiltins_function.cpp322 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeToString() local
363 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeHasInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.h25 …BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsObjectStubBuilder()
Dbuiltins_number_stub_builder.h25 …BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsNumberStubBuilder()
Dbuiltins_array_stub_builder.cpp29 void BuiltinsArrayStubBuilder::Concat(GateRef glue, GateRef thisValue, GateRef numArgs, in Concat()
160 void BuiltinsArrayStubBuilder::Filter(GateRef glue, GateRef thisValue, GateRef numArgs, in Filter()
322 void BuiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in ForEach()
342 void BuiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in IndexOf()
362 void BuiltinsArrayStubBuilder::LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRe… in LastIndexOf()
381 void BuiltinsArrayStubBuilder::Pop(GateRef glue, GateRef thisValue, in Pop()
479 void BuiltinsArrayStubBuilder::Slice(GateRef glue, GateRef thisValue, GateRef numArgs, in Slice()
715 void BuiltinsArrayStubBuilder::Sort(GateRef glue, GateRef thisValue, in Sort()
840 void BuiltinsArrayStubBuilder::Reduce(GateRef glue, GateRef thisValue, GateRef numArgs, in Reduce()
986 void BuiltinsArrayStubBuilder::Reverse(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef nu… in Reverse()
[all …]
Dbuiltins_collection_stub_builder.h25 …xplicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder()
Dcontainers_stub_builder.cpp21 void ContainersStubBuilder::ContainersCommonFuncCall(GateRef glue, GateRef thisValue, in ContainersCommonFuncCall()
138 void ContainersStubBuilder::QueueCommonFuncCall(GateRef glue, GateRef thisValue, in QueueCommonFuncCall()
244 void ContainersStubBuilder::DequeCommonFuncCall(GateRef glue, GateRef thisValue, in DequeCommonFuncCall()
353 void ContainersStubBuilder::ContainersLightWeightCall(GateRef glue, GateRef thisValue, in ContainersLightWeightCall()
460 void ContainersStubBuilder::ContainersHashCall(GateRef glue, GateRef thisValue, in ContainersHashCall()
595 void ContainersStubBuilder::ContainersLinkedListCall(GateRef glue, GateRef thisValue, in ContainersLinkedListCall()
Dbuiltins_string_stub_builder.cpp22 void BuiltinsStringStubBuilder::FromCharCode(GateRef glue, [[maybe_unused]] GateRef thisValue, in FromCharCode()
95 void BuiltinsStringStubBuilder::CharAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharAt()
169 void BuiltinsStringStubBuilder::CharCodeAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharCodeAt()
240 void BuiltinsStringStubBuilder::IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf()
339 void BuiltinsStringStubBuilder::Substring(GateRef glue, GateRef thisValue, GateRef numArgs, in Substring()
482 GateRef BuiltinsStringStubBuilder::GetSubString(GateRef glue, GateRef thisValue, GateRef from, Gate… in GetSubString()
546 void BuiltinsStringStubBuilder::Replace(GateRef glue, GateRef thisValue, GateRef numArgs, in Replace()
698 void BuiltinsStringStubBuilder::Slice(GateRef glue, GateRef thisValue, GateRef numArgs, in Slice()
784 void BuiltinsStringStubBuilder::Trim(GateRef glue, GateRef thisValue, GateRef numArgs [[maybe_unuse… in Trim()
1076 GateRef BuiltinsStringStubBuilder::FastSubString(GateRef glue, GateRef thisValue, GateRef from, in FastSubString()
[all …]
Dbuiltins_function_stub_builder.cpp24 void BuiltinsFunctionStubBuilder::Apply(GateRef glue, GateRef thisValue, in Apply()
Dlinked_hashtable_stub_builder.cpp441 … LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::ForEach(GateRef thisValue, in ForEach()
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp55 …ir::Expression *thisValue = AllocNode<ir::Identifier>(binder::Binder::CJS_MANDATORY_PARAM_EXPORTS); in AddReflectApplyArgs() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp40 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in ErrorCommonToString() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp74 JSHandle<JSTaggedValue> thisValue(BuiltinsBase::GetThis(argv)); in TestFunctionApplyAndCall() local
Dbuiltins_reflect_test.cpp80 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in TestReflectApply() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp417 void TypedArrayStubBuilder::SubArray(GateRef glue, GateRef thisValue, GateRef relativeBegin, GateRe… in SubArray()

12