Home
last modified time | relevance | path

Searched defs:thisHandle (Results 1 - 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashset.cpp254 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
H A Dcontainers_stack.cpp172 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
H A Dcontainers_queue.cpp124 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIQueue in ForEach() local
H A Dcontainers_hashmap.cpp142 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
H A Dcontainers_deque.cpp219 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
H A Dcontainers_list.cpp306 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
433 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ReplaceAllElements() local
[all...]
H A Dcontainers_linked_list.cpp540 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
H A Dcontainers_plainarray.cpp219 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
H A Dcontainers_lightweightset.cpp361 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in ForEach() local
H A Dcontainers_vector.cpp518 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ForEach() local
545 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); // JSAPIVector in ReplaceAllElements() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_dataview.cpp109 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetBuffer() local
133 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
163 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetOffset() local
474 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); GetTypedValue() local
489 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); SetTypedValue() local
[all...]
H A Dbuiltins_sendable_arraybuffer.cpp89 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
118 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
[all...]
H A Dbuiltins_sharedarraybuffer.cpp133 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
159 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
[all...]
H A Dbuiltins_object.cpp1135 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in CreateDataPropertyOnObjectFunctions() local
H A Dbuiltins_arraybuffer.cpp86 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in GetByteLength() local
115 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); in Slice() local
[all...]
H A 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); Entries() local
575 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Every() local
628 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Some() local
862 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Filter() local
933 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Find() local
1000 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); FindIndex() local
1075 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ForEach() local
1140 IndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) IndexOfSlowPath() argument
1192 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); IndexOf() local
1217 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Join() local
1234 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Keys() local
1254 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Map() local
1350 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Pop() local
1363 PopInner(EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSObject> &thisObjHandle) PopInner() argument
1423 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Push() local
1482 ReduceUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSMutableHandle<JSTaggedValue> &accumulator, JSHandle<JSTaggedValue> &callbackFnHandle) ReduceUnStableJSArray() argument
1523 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Reduce() local
1602 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Shift() local
1696 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Slice() local
1830 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Sort() local
1859 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Splice() local
2075 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ToString() local
2123 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Unshift() local
2219 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Values() local
2305 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Includes() local
2381 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); At() local
2441 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ShrinkTo() local
2480 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ExtendTo() local
2521 LastIndexOfSlowPath(EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) LastIndexOfSlowPath() argument
2572 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); LastIndexOf() local
[all...]
H A 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); GetByteLength() local
405 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); GetByteOffset() local
432 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); CopyWithin() local
449 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Entries() local
472 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Every() local
539 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Fill() local
558 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Filter() local
643 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Find() local
657 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); FindIndex() local
674 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ForEach() local
736 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); IndexOf() local
753 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Join() local
852 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Keys() local
874 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); GetLength() local
905 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Map() local
972 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Reduce() local
990 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Reverse() local
1309 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Slice() local
1444 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Some() local
1462 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Sort() local
1534 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Subarray() local
1619 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ToLocaleString() local
1633 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ToString() local
1650 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Values() local
1672 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); ToStringTag() local
1697 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); At() local
1736 JSHandle<JSTaggedValue> thisHandle = GetThis(argv); Includes() local
[all...]
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_list.cpp178 JSTaggedValue JSAPIList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() argument
187 JSTaggedValue JSAPIList::Sort(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in Sort() argument
H A Djs_api_arraylist.cpp259 JSTaggedValue JSAPIArrayList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() argument
349 JSTaggedValue JSAPIArrayList::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach() argument
H A Djs_api_lightweightset.cpp318 JSTaggedValue JSAPILightWeightSet::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach() argument
H A Djs_api_vector.cpp287 JSTaggedValue JSAPIVector::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach() argument
315 JSTaggedValue JSAPIVector::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() argument
H A Djs_api_plain_array.cpp335 JSTaggedValue JSAPIPlainArray::ForEach(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ForEach() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.cpp242 int64_t ArrayHelper::GetLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetLength() argument
261 int64_t ArrayHelper::GetArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) in GetArrayLength() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_shared_array_test.cpp1430 JSHandle<JSTaggedValue> thisHandle = BuiltinsBase::GetThis(argv); in TestSharedArraySetProperty() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_list.cpp413 JSTaggedValue TaggedSingleList::ReplaceAllElements(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, in ReplaceAllElements() argument

Completed in 28 milliseconds

12