| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_array.cpp | 141 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 343 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 408 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local 684 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local 761 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local 861 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local 949 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local 1012 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local 1080 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 1150 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in IndexOf() local [all …]
|
| D | builtins_typedarray.cpp | 151 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 307 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 355 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local 380 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 410 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local 452 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local 473 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local 553 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local 659 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 732 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Join() local [all …]
|
| D | builtins_string.cpp | 243 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharAt() local 272 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharCodeAt() local 301 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CodePointAt() local 333 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Concat() local 373 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in EndsWith() local 414 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Includes() local 449 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in IndexOf() local 482 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LastIndexOf() local 518 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LocaleCompare() local 679 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 441 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetTypedValue() local 454 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 | 87 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 116 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
|
| D | builtins_object.cpp | 1018 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CreateDataPropertyOnObjectFunctions() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 117 int64_t ArrayHelper::GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetLength() 133 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_arraylist.cpp | 253 …lue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() 334 JSTaggedValue JSAPIArrayList::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
|
| D | js_api_vector.cpp | 290 JSTaggedValue JSAPIVector::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach() 318 …dValue JSAPIVector::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
|
| 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 | 297 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 419 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 | 210 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_lightweightset.cpp | 352 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_linked_list.cpp | 529 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 524 … JSHandle<JSTaggedValue> thisHandle, int64_t &lower, uint32_t len) in Reverse()
|
| D | tagged_list.cpp | 383 …e TaggedSingleList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
|