Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp51 [[maybe_unused]] EcmaHandleScope handleScope(thread); in CallSpread() local
62 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Neg() local
71 [[maybe_unused]] EcmaHandleScope handleScope(thread); in AsyncFunctionEnter() local
79 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToNumber() local
89 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToNumeric() local
99 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Not() local
108 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Inc() local
117 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Dec() local
132 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetPropIterator() local
141 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ThrowConstAssignment() local
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp34 [[maybe_unused]] EcmaHandleScope handleScope(thread); in VectorConstructor() local
56 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
78 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Insert() local
105 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetLength() local
132 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetCapacity() local
153 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local
180 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local
206 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOf() local
228 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexFrom() local
256 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local
[all …]
Dcontainers_lightweightmap.cpp37 [[maybe_unused]] EcmaHandleScope handleScope(thread); in LightWeightMapConstructor() local
65 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Length() local
86 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasAll() local
123 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasKey() local
145 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasValue() local
167 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local
202 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local
214 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local
237 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOfKey() local
261 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOfValue() local
[all …]
Dcontainers_linked_list.cpp34 [[maybe_unused]] EcmaHandleScope handleScope(thread); in LinkedListConstructor() local
57 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
80 [[maybe_unused]] EcmaHandleScope handleScope(thread); in AddFirst() local
103 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirst() local
123 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLast() local
143 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Length() local
163 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Insert() local
200 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local
221 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clone() local
243 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
[all …]
Dcontainers_lightweightset.cpp32 [[maybe_unused]] EcmaHandleScope handleScope(thread); in LightWeightSetConstructor() local
60 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
81 [[maybe_unused]] EcmaHandleScope handleScope(thread); in AddAll() local
115 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local
135 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetValueAt() local
165 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasAll() local
198 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
219 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasHash() local
240 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Equal() local
260 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IncreaseCapacityTo() local
[all …]
Dcontainers_treemap.cpp33 [[maybe_unused]] EcmaHandleScope handleScope(thread); in TreeMapConstructor() local
77 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local
104 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local
126 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local
148 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasKey() local
173 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasValue() local
195 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirstKey() local
216 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLastKey() local
237 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetAll() local
278 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local
[all …]
Dcontainers_treeset.cpp33 [[maybe_unused]] EcmaHandleScope handleScope(thread); in TreeSetConstructor() local
76 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
100 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local
122 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
147 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirstValue() local
168 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLastValue() local
189 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local
210 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLowerValue() local
241 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetHigherValue() local
272 [[maybe_unused]] EcmaHandleScope handleScope(thread); in PopFirst() local
[all …]
Dcontainers_hashmap.cpp36 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HashMapConstructor() local
64 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Keys() local
85 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Values() local
106 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local
127 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local
180 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local
204 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetAll() local
241 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local
262 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local
284 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasKey() local
[all …]
Dcontainers_arraylist.cpp36 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ArrayListConstructor() local
58 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
80 [[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.cpp34 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HashSetConstructor() local
61 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Values() local
81 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local
102 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
127 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Remove() local
150 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
172 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local
194 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLength() local
216 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local
237 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local
Dcontainers_stack.cpp34 [[maybe_unused]] EcmaHandleScope handleScope(thread); in StackConstructor() local
58 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsEmpty() local
81 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Push() local
104 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Peek() local
128 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Locate() local
152 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Pop() local
175 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local
223 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Iterator() local
244 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLength() local
Dcontainers_deque.cpp36 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DequeConstructor() local
58 [[maybe_unused]] EcmaHandleScope handleScope(thread); in InsertFront() local
83 [[maybe_unused]] EcmaHandleScope handleScope(thread); in InsertEnd() local
107 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirst() local
130 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLast() local
153 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
178 [[maybe_unused]] EcmaHandleScope handleScope(thread); in PopFirst() local
201 [[maybe_unused]] EcmaHandleScope handleScope(thread); in PopLast() local
224 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local
278 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIteratorObj() local
Dcontainers_list.cpp34 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ListConstructor() local
59 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
82 [[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
224 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIndexOf() local
245 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLastIndexOf() local
[all …]
Dcontainers_queue.cpp32 [[maybe_unused]] EcmaHandleScope handleScope(thread); in QueueConstructor() local
55 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
78 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetFirst() local
101 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Pop() local
124 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local
182 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetIteratorObj() local
203 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_cjs_module.cpp42 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Compiler() local
51 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Load() local
60 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ResolveFilename() local
84 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Require() local
93 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetExportsForCircularRequire() local
102 [[maybe_unused]] EcmaHandleScope handleScope(thread); in UpdateChildren() local
Dbuiltins_reflect.cpp28 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectApply() local
58 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectConstruct() local
92 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectDefineProperty() local
116 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectDeleteProperty() local
135 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectGet() local
161 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectGetOwnPropertyDescriptor() local
187 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectGetPrototypeOf() local
203 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectHas() local
221 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectIsExtensible() local
237 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ReflectOwnKeys() local
[all …]
Dbuiltins_math.cpp34 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Abs() local
53 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Acos() local
72 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Acosh() local
90 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Asin() local
108 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Asinh() local
127 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Atan() local
146 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Atanh() local
164 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Atan2() local
195 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Cbrt() local
214 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Ceil() local
[all …]
Dbuiltins_object.cpp37 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ObjectConstructor() local
69 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Assign() local
217 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Create() local
246 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DefineProperties() local
257 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DefineProperty() local
301 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Freeze() local
325 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetOwnPropertyDescriptor() local
415 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetOwnPropertyNames() local
429 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetOwnPropertySymbols() local
443 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetPrototypeOf() local
[all …]
Dbuiltins_ark_tools.cpp38 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ObjectDump() local
62 [[maybe_unused]] EcmaHandleScope handleScope(thread); in CompareHClass() local
82 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DumpHClass() local
97 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsTSHClass() local
110 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetHClass() local
122 [[maybe_unused]] EcmaHandleScope handleScope(thread); in HasTSSubtyping() local
135 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsNotHoleProperty() local
153 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ExcutePendingJob() local
163 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetLexicalEnv() local
186 [[maybe_unused]] EcmaHandleScope handleScope(thread); in RemoveAOTFlag() local
[all …]
Dbuiltins_global.cpp41 [[maybe_unused]] EcmaHandleScope handleScope(thread); in NotSupportEval() local
51 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsFinite() local
70 [[maybe_unused]] EcmaHandleScope handleScope(thread); in IsNaN() local
133 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DecodeURI() local
149 [[maybe_unused]] EcmaHandleScope handleScope(thread); in EncodeURI() local
166 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DecodeURIComponent() local
182 [[maybe_unused]] EcmaHandleScope handleScope(thread); in EncodeURIComponent() local
488 [[maybe_unused]] EcmaHandleScope handleScope(thread); in PrintEntrypoint() local
509 [[maybe_unused]] EcmaHandleScope handleScope(thread); in MarkModuleCollectable() local
529 [[maybe_unused]] EcmaHandleScope handleScope(thread); in CallJsBoundFunction() local
[all …]
Dbuiltins_set.cpp33 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SetConstructor() local
110 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Add() local
131 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local
150 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Delete() local
170 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
188 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local
248 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local
266 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local
278 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Values() local
Dbuiltins_weak_map.cpp33 [[maybe_unused]] EcmaHandleScope handleScope(thread); in WeakMapConstructor() local
80 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Delete() local
102 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
124 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local
146 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local
Dbuiltins_map.cpp31 [[maybe_unused]] EcmaHandleScope handleScope(thread); in MapConstructor() local
72 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Set() local
93 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Clear() local
111 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Delete() local
129 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Has() local
147 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Get() local
165 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ForEach() local
225 [[maybe_unused]] EcmaHandleScope handleScope(thread); in GetSize() local
242 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Entries() local
253 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Keys() local
[all …]
Dbuiltins_symbol.cpp36 [[maybe_unused]] EcmaHandleScope handleScope(thread); in SymbolConstructor() local
65 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToString() local
124 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ValueOf() local
151 [[maybe_unused]] EcmaHandleScope handleScope(thread); in For() local
175 [[maybe_unused]] EcmaHandleScope handleScope(thread); in KeyFor() local
201 [[maybe_unused]] EcmaHandleScope handleScope(thread); in ToPrimitive() local
227 [[maybe_unused]] EcmaHandleScope handleScope(thread); in DescriptionGetter() local
Dbuiltins_proxy.cpp30 [[maybe_unused]] EcmaHandleScope handleScope(argv->GetThread()); in ProxyConstructor() local
51 [[maybe_unused]] EcmaHandleScope handleScope(thread); in Revocable() local
86 [[maybe_unused]] EcmaHandleScope handleScope(thread); in InvalidateProxyFunction() local

1234