| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 26 [[maybe_unused]] EcmaHandleScope handleScope(thread); in CallSpread() local 37 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Neg() local 46 [[maybe_unused]] EcmaHandleScope handleScope(thread); in AsyncFunctionEnter() local 54 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToNumber() local 64 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToNumeric() local 74 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Not() local 83 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Inc() local 92 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Dec() local 107 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetPropIterator() local 116 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ThrowConstAssignment() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_reflect.cpp | 28 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectApply() local 39 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectApplyInternal() local 66 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectConstruct() local 91 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectConstructInternal() local 107 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectDefineProperty() local 131 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectDeleteProperty() local 150 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectGet() local 175 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectGetOwnPropertyDescriptor() local 201 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectGetPrototypeOf() local 217 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectHas() local [all …]
|
| D | builtins_math.cpp | 29 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Abs() local 52 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Acos() local 71 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Acosh() local 89 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Asin() local 107 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Asinh() local 126 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Atan() local 145 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Atanh() local 163 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Atan2() local 194 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Cbrt() local 213 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Ceil() local [all …]
|
| D | builtins_cjs_module.cpp | 38 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Compiler() local 47 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Load() local 56 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ResolveFilename() local 81 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Require() local 90 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetExportsForCircularRequire() local 99 [[maybe_unused]] EcmaHandleScope handleScope(thread); in UpdateChildren() local
|
| D | builtins_object.cpp | 30 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ObjectConstructor() local 93 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Assign() local 245 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Create() local 279 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DefineProperties() local 290 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DefineProperty() local 334 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Freeze() local 364 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetOwnPropertyDescriptor() local 397 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetOwnPropertyDescriptors() local 503 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetOwnPropertyNames() local 517 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetOwnPropertySymbols() local [all …]
|
| D | builtins_ark_tools.cpp | 53 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ObjectDump() local 78 [[maybe_unused]] EcmaHandleScope handleScope(thread); in CompareHClass() local 99 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DumpHClass() local 115 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetInlinedPropertiesCount() local 127 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsTSHClass() local 141 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetHClass() local 154 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsSlicedString() local 166 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsTreeString() local 179 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsStableJsArray() local 193 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasConstructor() local [all …]
|
| D | builtins_set.cpp | 28 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetConstructor() local 105 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 125 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local 143 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Delete() local 162 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 179 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local 239 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local 256 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local 268 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Values() local
|
| D | builtins_map.cpp | 28 [[maybe_unused]] EcmaHandleScope handleScope(thread); in MapConstructor() local 69 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local 90 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local 108 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Delete() local 126 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 143 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 163 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local 223 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local 239 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local 250 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Keys() local [all …]
|
| D | builtins_weak_map.cpp | 28 [[maybe_unused]] EcmaHandleScope handleScope(thread); in WeakMapConstructor() local 75 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Delete() local 97 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 118 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 139 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local
|
| D | builtins_shared_set.cpp | 31 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Constructor() local 111 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 129 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local 146 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Delete() local 164 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 181 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local 227 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local 243 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local 260 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Values() local
|
| D | builtins_symbol.cpp | 32 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SymbolConstructor() local 61 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToString() local 121 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ValueOf() local 148 [[maybe_unused]] EcmaHandleScope handleScope(thread); in For() local 172 [[maybe_unused]] EcmaHandleScope handleScope(thread); in KeyFor() local 198 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToPrimitive() local 224 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DescriptionGetter() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 29 [[maybe_unused]] EcmaHandleScope handleScope(thread); in VectorConstructor() local 51 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 73 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Insert() local 100 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetLength() local 127 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetCapacity() local 148 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local 175 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 201 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOf() local 223 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexFrom() local 251 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local [all …]
|
| D | containers_lightweightmap.cpp | 30 [[maybe_unused]] EcmaHandleScope handleScope(thread); in LightWeightMapConstructor() local 58 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Length() local 79 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasAll() local 116 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasKey() local 138 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasValue() local 160 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local 200 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local 212 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 235 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOfKey() local 259 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOfValue() local [all …]
|
| D | containers_linked_list.cpp | 30 [[maybe_unused]] EcmaHandleScope handleScope(thread); in LinkedListConstructor() local 53 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 76 [[maybe_unused]] EcmaHandleScope handleScope(thread); in AddFirst() local 99 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirst() local 119 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLast() local 139 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Length() local 159 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Insert() local 198 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local 219 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clone() local 241 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local [all …]
|
| D | containers_lightweightset.cpp | 29 [[maybe_unused]] EcmaHandleScope handleScope(thread); in LightWeightSetConstructor() local 57 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 78 [[maybe_unused]] EcmaHandleScope handleScope(thread); in AddAll() local 112 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local 132 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetValueAt() local 164 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasAll() local 197 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 218 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasHash() local 239 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Equal() local 259 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local [all …]
|
| D | containers_treemap.cpp | 31 [[maybe_unused]] EcmaHandleScope handleScope(thread); in TreeMapConstructor() local 75 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local 102 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 124 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local 146 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasKey() local 171 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasValue() local 193 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirstKey() local 214 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLastKey() local 235 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetAll() local 278 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local [all …]
|
| D | containers_treeset.cpp | 31 [[maybe_unused]] EcmaHandleScope handleScope(thread); in TreeSetConstructor() local 74 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 98 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local 120 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 145 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirstValue() local 166 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLastValue() local 187 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local 208 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLowerValue() local 231 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetHigherValue() local 254 [[maybe_unused]] EcmaHandleScope handleScope(thread); in PopFirst() local [all …]
|
| D | containers_hashmap.cpp | 29 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HashMapConstructor() local 57 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Keys() local 78 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Values() local 99 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIteratorObj() local 120 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local 141 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local 194 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local 218 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetAll() local 255 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 276 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local [all …]
|
| D | containers_hashset.cpp | 30 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HashSetConstructor() local 57 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIteratorObj() local 77 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Values() local 97 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local 118 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 143 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local 166 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 188 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local 210 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLength() local 232 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local [all …]
|
| D | containers_arraylist.cpp | 30 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ArrayListConstructor() local 52 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 74 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Insert() local 113 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local 136 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clone() local 159 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 206 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local 240 [[maybe_unused]] EcmaHandleScope handleScope(thread); in TrimToCurrentLength() local 263 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 288 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOf() local [all …]
|
| D | containers_list.cpp | 30 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ListConstructor() local 56 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 79 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Insert() local 114 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirst() local 134 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLast() local 154 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 175 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local 195 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local 227 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOf() local 248 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLastIndexOf() local [all …]
|
| D | containers_deque.cpp | 29 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DequeConstructor() local 51 [[maybe_unused]] EcmaHandleScope handleScope(thread); in InsertFront() local 76 [[maybe_unused]] EcmaHandleScope handleScope(thread); in InsertEnd() local 100 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirst() local 123 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLast() local 146 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 171 [[maybe_unused]] EcmaHandleScope handleScope(thread); in PopFirst() local 194 [[maybe_unused]] EcmaHandleScope handleScope(thread); in PopLast() local 217 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local 271 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIteratorObj() local
|
| D | containers_stack.cpp | 29 [[maybe_unused]] EcmaHandleScope handleScope(thread); in StackConstructor() local 53 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local 76 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Push() local 99 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Peek() local 123 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Locate() local 147 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Pop() local 170 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local 219 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Iterator() local 240 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLength() local
|
| D | containers_queue.cpp | 29 [[maybe_unused]] EcmaHandleScope handleScope(thread); in QueueConstructor() local 52 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local 75 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirst() local 98 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Pop() local 121 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local 179 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIteratorObj() local 200 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local
|
| D | containers_bitvector.cpp | 26 [[maybe_unused]] EcmaHandleScope handleScope(thread); in BitVectorConstructor() local 70 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Push() local 91 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Pop() local 112 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local 152 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetBitsByRange() local 192 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetBitsByRange() local 230 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Resize() local 259 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetAllBits() local 282 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetBitCountByRange() local 321 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOf() local [all …]
|