| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 151 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 302 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 351 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local 375 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 404 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local 431 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CopyWithin() local 448 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local 471 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local 538 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local 557 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local [all …]
|
| D | builtins_array.cpp | 167 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 419 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 485 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local 742 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local 820 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local 951 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local 1014 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local 1076 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local 1147 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 1208 … BuiltinsArray::IndexOfStable(EcmaRuntimeCallInfo *argv, const JSHandle<JSTaggedValue> &thisHandle) in IndexOfStable() [all …]
|
| D | builtins_typedarray.cpp | 138 …Value FromUsingIteratorUndefinedValues(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in FromUsingIteratorUndefinedValues() 211 const JSHandle<JSTaggedValue> &thisHandle, in ProcessFromNotUndefinedValues() 276 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 329 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 379 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local 404 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 434 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local 476 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local 497 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local 562 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local [all …]
|
| D | builtins_dataview.cpp | 104 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local 128 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 158 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetOffset() local 469 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetTypedValue() local 484 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in SetTypedValue() local
|
| D | builtins_string.cpp | 229 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharAt() local 268 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharCodeAt() local 303 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CodePointAt() local 338 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Concat() local 366 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in EndsWith() local 412 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Includes() local 448 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in IndexOf() local 486 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LastIndexOf() local 524 [[maybe_unused]] JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LocaleCompare() local 535 const JSHandle<EcmaString> &thisHandle, in DoLocaleCompare() [all …]
|
| D | builtins_sharedarraybuffer.cpp | 133 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 159 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
|
| D | builtins_sendable_arraybuffer.cpp | 86 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 115 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
|
| D | builtins_shared_array.cpp | 225 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local 466 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Create() local 1180 EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in IndexOfSlowPath() 1224 const JSHandle<JSTaggedValue> &thisHandle) in IndexOfStable() 1410 …Value BuiltinsSharedArray::PopInner(EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisHandle, in PopInner() 1522 …e BuiltinsSharedArray::ReduceUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisHandle, in ReduceUnStableJSArray() 1979 … const JSHandle<JSTaggedValue> &thisHandle, int64_t len) in ToLocaleStringInternalHandle() 2536 const JSHandle<JSTaggedValue> &thisHandle) in LastIndexOfSlowPath() 2609 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local 2863 …const JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSObject> &thisObjHandle, uint32_t argc, int64… in ReduceRightInternalHandle()
|
| D | builtins_arraybuffer.cpp | 83 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 112 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 242 int64_t ArrayHelper::GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetLength() 261 int64_t ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_queue.cpp | 124 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIQueue in ForEach() local
|
| D | containers_stack.cpp | 172 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_deque.cpp | 219 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_hashset.cpp | 254 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_list.cpp | 306 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 433 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ReplaceAllElements() local
|
| D | containers_vector.cpp | 518 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ForEach() local 545 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ReplaceAllElements() local
|
| D | containers_hashmap.cpp | 142 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_plainarray.cpp | 219 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_lightweightset.cpp | 361 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| D | containers_linked_list.cpp | 540 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_list.cpp | 178 …gedValue JSAPIList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() 187 JSTaggedValue JSAPIList::Sort(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in Sort()
|
| D | js_api_vector.cpp | 287 JSTaggedValue JSAPIVector::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach() 315 …dValue JSAPIVector::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
|
| D | js_api_arraylist.cpp | 259 …lue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() 349 JSTaggedValue JSAPIArrayList::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
|
| D | js_api_lightweightset.cpp | 319 …ggedValue JSAPILightWeightSet::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
|
| D | js_api_plain_array.cpp | 336 JSTaggedValue JSAPIPlainArray::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
|