/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_typedarray.cpp | 162 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 320 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 370 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local 395 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 425 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local 467 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local 488 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local 569 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local 676 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 750 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Join() local [all …]
|
D | builtins_array.cpp | 143 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 349 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 415 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local 667 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local 744 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local 844 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local 933 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local 995 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local 1064 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 1135 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in IndexOf() local [all …]
|
D | builtins_string.cpp | 251 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharAt() local 282 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharCodeAt() local 313 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CodePointAt() local 347 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Concat() local 389 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in EndsWith() local 431 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Includes() local 467 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in IndexOf() local 501 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LastIndexOf() local 538 [[maybe_unused]] JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LocaleCompare() local 720 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Normalize() local [all …]
|
D | builtins_dataview.cpp | 115 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local 139 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 169 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetOffset() local 464 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetTypedValue() local 479 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in SetTypedValue() local
|
D | builtins_sharedarraybuffer.cpp | 141 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 167 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
|
D | builtins_arraybuffer.cpp | 92 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 121 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
|
D | builtins_object.cpp | 1024 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CreateDataPropertyOnObjectFunctions() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | array_helper.cpp | 127 int64_t ArrayHelper::GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetLength() 143 int64_t ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength()
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_list.cpp | 152 …gedValue JSAPIList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() 161 JSTaggedValue JSAPIList::Sort(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in Sort()
|
D | js_api_vector.cpp | 289 JSTaggedValue JSAPIVector::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach() 317 …dValue JSAPIVector::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
|
D | js_api_arraylist.cpp | 251 …lue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() 332 JSTaggedValue JSAPIArrayList::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
|
D | js_api_lightweightset.cpp | 318 …ggedValue JSAPILightWeightSet::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
|
D | js_api_plain_array.cpp | 271 JSTaggedValue JSAPIPlainArray::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_queue.cpp | 127 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIQueue in ForEach() local
|
D | containers_stack.cpp | 177 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_hashset.cpp | 238 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_deque.cpp | 226 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_list.cpp | 300 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 424 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ReplaceAllElements() local
|
D | containers_vector.cpp | 523 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ForEach() local 550 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ReplaceAllElements() local
|
D | containers_hashmap.cpp | 128 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_plainarray.cpp | 213 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_lightweightset.cpp | 356 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_linked_list.cpp | 533 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_stable_array.cpp | 590 … JSHandle<JSTaggedValue> thisHandle, int64_t &lower, uint32_t len) in Reverse()
|
D | tagged_list.cpp | 382 …e TaggedSingleList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
|