Home
last modified time | relevance | path

Searched defs:handleScope (Results 1 – 25 of 121) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp26 [[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/
Dbuiltins_reflect.cpp28 [[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 …]
Dbuiltins_math.cpp29 [[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 …]
Dbuiltins_cjs_module.cpp38 [[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
Dbuiltins_object.cpp30 [[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 …]
Dbuiltins_ark_tools.cpp39 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ObjectDump() local
64 [[maybe_unused]] EcmaHandleScope handleScope(thread); in CompareHClass() local
85 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DumpHClass() local
101 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetInlinedPropertiesCount() local
113 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsTSHClass() local
127 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetHClass() local
140 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsSlicedString() local
152 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsTreeString() local
165 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsStableJsArray() local
179 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsStableHClass() local
[all …]
Dbuiltins_set.cpp28 [[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
Dbuiltins_map.cpp28 [[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 …]
Dbuiltins_weak_map.cpp28 [[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
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp29 [[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 …]
Dcontainers_linked_list.cpp30 [[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 …]
Dcontainers_lightweightmap.cpp30 [[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
117 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasKey() local
139 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasValue() local
161 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local
201 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local
213 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local
236 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOfKey() local
260 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOfValue() local
[all …]
Dcontainers_lightweightset.cpp29 [[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 …]
Dcontainers_treemap.cpp31 [[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 …]
Dcontainers_hashmap.cpp29 [[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 …]
Dcontainers_treeset.cpp31 [[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 …]
Dcontainers_arraylist.cpp30 [[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 …]
Dcontainers_hashset.cpp30 [[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 …]
Dcontainers_list.cpp30 [[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 …]
Dcontainers_deque.cpp29 [[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
Dcontainers_stack.cpp29 [[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
Dcontainers_queue.cpp29 [[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
Dcontainers_bitvector.cpp26 [[maybe_unused]] EcmaHandleScope handleScope(thread); in BitVectorConstructor() local
71 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Push() local
92 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Pop() local
113 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
155 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetBitsByRange() local
197 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetBitsByRange() local
237 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Resize() local
267 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetAllBits() local
290 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetBitCountByRange() local
331 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOf() local
[all …]
Dcontainers_buffer.cpp104 [[maybe_unused]] EcmaHandleScope handleScope(thread); in BufferConstructor() local
172 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local
183 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetByteOffset() local
193 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetArrayBuffer() local
204 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Compare() local
252 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Equals() local
276 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IndexOf() local
315 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Includes() local
354 [[maybe_unused]] EcmaHandleScope handleScope(thread); in LastIndexOf() local
394 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local
[all …]
/arkcompiler/ets_runtime/ecmascript/cross_vm/
Ddynamic_object_accessor.cpp37 [[maybe_unused]] EcmaHandleScope handleScope(jsThread); in HasProperty() local
47 [[maybe_unused]] EcmaHandleScope handleScope(jsThread); in GetProperty() local
57 [[maybe_unused]] EcmaHandleScope handleScope(jsThread); in SetProperty() local
67 [[maybe_unused]] EcmaHandleScope handleScope(jsThread); in HasElementByIdx() local
76 [[maybe_unused]] EcmaHandleScope handleScope(jsThread); in GetElementByIdx() local
85 [[maybe_unused]] EcmaHandleScope handleScope(jsThread); in SetElementByIdx() local

12345