Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp149 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
365 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
431 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local
674 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
891 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
953 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local
1015 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local
1085 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
1146 EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in IndexOfStable()
1174 EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in IndexOfSlowPath()
[all …]
Dbuiltins_typedarray.cpp163 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
334 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
384 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local
409 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
439 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local
481 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local
502 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
583 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
690 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
764 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Join() local
[all …]
Dbuiltins_dataview.cpp115 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
480 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetTypedValue() local
495 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in SetTypedValue() local
Dbuiltins_string.cpp252 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharAt() local
291 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharCodeAt() local
326 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CodePointAt() local
360 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Concat() local
388 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in EndsWith() local
434 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Includes() local
470 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in IndexOf() local
504 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LastIndexOf() local
542 [[maybe_unused]] JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LocaleCompare() local
594JSHandle<EcmaString> thisHandle, JSHandle<EcmaString> thatHandle, in LocaleCompareGC()
[all …]
Dbuiltins_sharedarraybuffer.cpp141 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
167 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_arraybuffer.cpp98 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
127 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_object.cpp1131 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CreateDataPropertyOnObjectFunctions() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_shared_memory.cpp170 EtsHandle<EtsSharedMemory> thisHandle(coroutine, mem); in Wait() local
225 EtsHandle<EtsSharedMemory> thisHandle(coroutine, this); in NotifyI32() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp247 int64_t ArrayHelper::GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetLength()
263 int64_t ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_list.cpp152 …gedValue JSAPIList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
161 JSTaggedValue JSAPIList::Sort(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in Sort()
Djs_api_arraylist.cpp251 …lue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
332 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.cpp319 …ggedValue JSAPILightWeightSet::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
Djs_api_plain_array.cpp271 JSTaggedValue JSAPIPlainArray::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp127 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIQueue in ForEach() local
Dcontainers_stack.cpp177 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_hashset.cpp238 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_deque.cpp226 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_list.cpp303 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
427 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ReplaceAllElements() local
Dcontainers_vector.cpp523 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ForEach() local
550 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ReplaceAllElements() local
Dcontainers_hashmap.cpp128 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_plainarray.cpp213 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_lightweightset.cpp356 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_linked_list.cpp533 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp404 …JSHandle<JSTaggedValue> thisHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zerot… in DEF_RUNTIME_STUBS() local
2672 JSHandle<JSTaggedValue> thisHandle = GetHArg<JSTaggedValue>(argv, argc, 3); // 3: param index in DEF_RUNTIME_STUBS() local
3072 [[maybe_unused]] JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisObj); in DEF_RUNTIME_STUBS() local
3125 JSHandle<JSTaggedValue> thisHandle = GetHArg<JSTaggedValue>(argv, argc, 0); in DEF_RUNTIME_STUBS() local
3129 JSTaggedValue RuntimeStubs::RuntimeArraySort(JSThread *thread, JSHandle<JSTaggedValue> thisHandle) in RuntimeArraySort()
3293 …JSHandle<EcmaString> thisHandle = GetHArg<EcmaString>(argv, argc, 1); // 1: means the first par… in DEF_RUNTIME_STUBS() local
3307 …ue RuntimeStubs::LocaleCompareNoGc(uintptr_t argGlue, JSTaggedType locales, EcmaString *thisHandle, in LocaleCompareNoGc()

12