Home
last modified time | relevance | path

Searched defs:thisHandle (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp151 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 …]
Dbuiltins_array.cpp167 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 …]
Dbuiltins_typedarray.cpp138 …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 …]
Dbuiltins_dataview.cpp104 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
Dbuiltins_string.cpp229 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 …]
Dbuiltins_sharedarraybuffer.cpp133 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
159 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_sendable_arraybuffer.cpp86 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
115 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_shared_array.cpp225 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()
1979const JSHandle<JSTaggedValue> &thisHandle, int64_t len) in ToLocaleStringInternalHandle()
2536 const JSHandle<JSTaggedValue> &thisHandle) in LastIndexOfSlowPath()
2609 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
2863const JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSObject> &thisObjHandle, uint32_t argc, int64… in ReduceRightInternalHandle()
Dbuiltins_arraybuffer.cpp83 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
112 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp242 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/
Dcontainers_queue.cpp124 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIQueue in ForEach() local
Dcontainers_stack.cpp172 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_deque.cpp219 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_hashset.cpp254 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_list.cpp306 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
433 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ReplaceAllElements() local
Dcontainers_vector.cpp518 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ForEach() local
545 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ReplaceAllElements() local
Dcontainers_hashmap.cpp142 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_plainarray.cpp219 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_lightweightset.cpp361 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_linked_list.cpp540 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp178 …gedValue JSAPIList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
187 JSTaggedValue JSAPIList::Sort(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in Sort()
Djs_api_vector.cpp287 JSTaggedValue JSAPIVector::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
315 …dValue JSAPIVector::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
Djs_api_arraylist.cpp259 …lue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
349 JSTaggedValue JSAPIArrayList::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
Djs_api_lightweightset.cpp319 …ggedValue JSAPILightWeightSet::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
Djs_api_plain_array.cpp336 JSTaggedValue JSAPIPlainArray::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()

12