/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 149 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 …]
|
D | builtins_typedarray.cpp | 163 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 …]
|
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 480 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetTypedValue() local 495 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in SetTypedValue() local
|
D | builtins_string.cpp | 252 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 594 … JSHandle<EcmaString> thisHandle, JSHandle<EcmaString> thatHandle, in LocaleCompareGC() [all …]
|
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 | 98 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local 127 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
|
D | builtins_object.cpp | 1131 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CreateDataPropertyOnObjectFunctions() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
D | ets_shared_memory.cpp | 170 EtsHandle<EtsSharedMemory> thisHandle(coroutine, mem); in Wait() local 225 EtsHandle<EtsSharedMemory> thisHandle(coroutine, this); in NotifyI32() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | array_helper.cpp | 247 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/ |
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 | 251 …lue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() 332 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 | 319 …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 | 303 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local 427 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 | 213 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_lightweightset.cpp | 356 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
D | containers_linked_list.cpp | 533 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 404 …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()
|