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.cpp141 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
343 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
408 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Concat() local
684 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
761 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Fill() local
861 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
949 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Find() local
1012 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in FindIndex() local
1080 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
1150 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in IndexOf() local
[all …]
Dbuiltins_typedarray.cpp151 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in From() local
307 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Of() local
355 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local
380 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
410 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteOffset() local
452 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Entries() local
473 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Every() local
553 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Filter() local
659 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
732 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Join() local
[all …]
Dbuiltins_string.cpp243 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharAt() local
272 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CharCodeAt() local
301 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in CodePointAt() local
333 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Concat() local
373 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in EndsWith() local
414 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in Includes() local
449 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in IndexOf() local
482 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LastIndexOf() local
518 JSHandle<EcmaString> thisHandle = JSTaggedValue::ToString(thread, thisTag); in LocaleCompare() local
679 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
441 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetTypedValue() local
454 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.cpp87 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
116 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
Dbuiltins_object.cpp1018 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CreateDataPropertyOnObjectFunctions() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp117 int64_t ArrayHelper::GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetLength()
133 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.cpp253 …lue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()
334 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.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.cpp297 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
419 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.cpp210 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_lightweightset.cpp352 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
Dcontainers_linked_list.cpp529 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp524JSHandle<JSTaggedValue> thisHandle, int64_t &lower, uint32_t len) in Reverse()
Dtagged_list.cpp383 …e TaggedSingleList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements()

12