| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 34 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local 38 …ggedValue BuiltinsStringIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in NextInternal()
|
| D | builtins_relative_time_format.cpp | 52 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
|
| D | builtins_date_time_format.cpp | 60 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
|
| D | builtins_list_format.cpp | 89 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
|
| D | builtins_number_format.cpp | 62 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
|
| D | builtins_plural_rules.cpp | 85 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local 113 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| D | builtins_displaynames.cpp | 87 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Of() local 130 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| D | builtins_collator.cpp | 91 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local 153 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| D | builtins_weak_ref.cpp | 60 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Deref() local
|
| D | builtins_async_from_sync_iterator.cpp | 39 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local 146 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Return() local
|
| D | builtins_promise.cpp | 181 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
|
| D | builtins_function.cpp | 322 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeToString() local 363 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeHasInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_object_stub_builder.h | 25 …BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsObjectStubBuilder()
|
| D | builtins_number_stub_builder.h | 25 …BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsNumberStubBuilder()
|
| D | builtins_array_stub_builder.cpp | 29 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 …]
|
| D | builtins_collection_stub_builder.h | 25 …xplicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder()
|
| D | containers_stub_builder.cpp | 21 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()
|
| D | builtins_string_stub_builder.cpp | 22 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 …]
|
| D | builtins_function_stub_builder.cpp | 24 void BuiltinsFunctionStubBuilder::Apply(GateRef glue, GateRef thisValue, in Apply()
|
| D | linked_hashtable_stub_builder.cpp | 441 … LinkedHashTableStubBuilder<LinkedHashTableType, LinkedHashTableObject>::ForEach(GateRef thisValue, in ForEach()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | commonjs.cpp | 55 …ir::Expression *thisValue = AllocNode<ir::Identifier>(binder::Binder::CJS_MANDATORY_PARAM_EXPORTS); in AddReflectApplyArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 40 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in ErrorCommonToString() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_function_test.cpp | 74 JSHandle<JSTaggedValue> thisValue(BuiltinsBase::GetThis(argv)); in TestFunctionApplyAndCall() local
|
| D | builtins_reflect_test.cpp | 80 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in TestReflectApply() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.cpp | 417 void TypedArrayStubBuilder::SubArray(GateRef glue, GateRef thisValue, GateRef relativeBegin, GateRe… in SubArray()
|