Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp162 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
320 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
370 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local
395 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
425 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local
467 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local
488 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
569 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
676 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
750 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Join() local
[all …]
Dbuiltins_array.cpp143 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
349 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
415 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local
667 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
744 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local
844 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
933 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local
995 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local
1064 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
1135 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in IndexOf() local
[all …]
Dbuiltins_string.cpp251 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharAt() local
282 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharCodeAt() local
313 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CodePointAt() local
347 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Concat() local
389 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in EndsWith() local
431 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Includes() local
467 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in IndexOf() local
501 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LastIndexOf() local
538 [[maybe_unused]] JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LocaleCompare() local
720 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Normalize() 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
464 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetTypedValue() local
479 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in SetTypedValue() local
Dbuiltins_sharedarraybuffer.cpp141 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
167 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_arraybuffer.cpp92 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
121 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_object.cpp1024 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CreateDataPropertyOnObjectFunctions() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp127 int64_t ArrayHelper::GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetLength()
143 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_vector.cpp289 JSTaggedValue JSAPIVector::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach()
317 …dValue JSAPIVector::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
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_lightweightset.cpp318 …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.cpp300 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
424 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/
Djs_stable_array.cpp590JSHandle<JSTaggedValue> thisHandle, int64_t &lower, uint32_t len) in Reverse()
Dtagged_list.cpp382 …e TaggedSingleList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()

12