Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp152 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
303 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
352 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local
376 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
405 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local
432 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CopyWithin() local
449 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local
472 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
539 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local
558 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
[all …]
Dbuiltins_array.cpp164 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
416 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
482 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local
730 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
808 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local
935 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
998 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local
1060 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local
1131 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
1193 EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in IndexOfStable()
[all …]
Dbuiltins_typedarray.cpp139 …Value FromUsingIteratorUndefinedValues(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in FromUsingIteratorUndefinedValues()
212 const JSHandle<JSTaggedValue> &thisHandle, in ProcessFromNotUndefinedValues()
277 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
330 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
380 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local
405 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
435 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local
477 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local
498 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
563 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local
[all …]
Dbuiltins_shared_array.cpp107 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
324 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Create() local
401 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local
513 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local
688 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
759 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local
826 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local
901 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
967 EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in IndexOfSlowPath()
1018 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in IndexOf() 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.cpp233 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharAt() local
272 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharCodeAt() local
307 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CodePointAt() local
341 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Concat() local
369 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in EndsWith() local
415 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Includes() local
451 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in IndexOf() local
489 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LastIndexOf() local
527 [[maybe_unused]] JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LocaleCompare() local
538 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.cpp89 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
118 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_arraybuffer.cpp86 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
115 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory.cpp153 EtsHandle<EtsSharedMemory> thisHandle(coroutine, mem); in Wait() local
208 EtsHandle<EtsSharedMemory> thisHandle(coroutine, this); in NotifyI32() 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/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_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_vector.cpp290 JSTaggedValue JSAPIVector::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
318 …dValue JSAPIVector::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
Djs_api_lightweightset.cpp320 …ggedValue JSAPILightWeightSet::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
/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.cpp222 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

12