Home
last modified time | relevance | path

Searched defs:argv (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp23 JSTaggedValue BuiltinsError::ErrorConstructor(EcmaRuntimeCallInfo *argv) in ErrorConstructor()
29 JSTaggedValue BuiltinsError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
36 JSTaggedValue BuiltinsRangeError::RangeErrorConstructor(EcmaRuntimeCallInfo *argv) in RangeErrorConstructor()
42 JSTaggedValue BuiltinsRangeError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
49 JSTaggedValue BuiltinsReferenceError::ReferenceErrorConstructor(EcmaRuntimeCallInfo *argv) in ReferenceErrorConstructor()
55 JSTaggedValue BuiltinsReferenceError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
62 JSTaggedValue BuiltinsTypeError::TypeErrorConstructor(EcmaRuntimeCallInfo *argv) in TypeErrorConstructor()
68 JSTaggedValue BuiltinsTypeError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
74 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError()
83 JSTaggedValue BuiltinsURIError::URIErrorConstructor(EcmaRuntimeCallInfo *argv) in URIErrorConstructor()
[all …]
Dbuiltins_dataview.cpp23 JSTaggedValue BuiltinsDataView::DataViewConstructor(EcmaRuntimeCallInfo *argv) in DataViewConstructor()
97 JSTaggedValue BuiltinsDataView::GetBuffer(EcmaRuntimeCallInfo *argv) in GetBuffer()
121 JSTaggedValue BuiltinsDataView::GetByteLength(EcmaRuntimeCallInfo *argv) in GetByteLength()
151 JSTaggedValue BuiltinsDataView::GetOffset(EcmaRuntimeCallInfo *argv) in GetOffset()
181 JSTaggedValue BuiltinsDataView::GetFloat32(EcmaRuntimeCallInfo *argv) in GetFloat32()
189 JSTaggedValue BuiltinsDataView::GetFloat64(EcmaRuntimeCallInfo *argv) in GetFloat64()
197 JSTaggedValue BuiltinsDataView::GetInt8(EcmaRuntimeCallInfo *argv) in GetInt8()
205 JSTaggedValue BuiltinsDataView::GetInt16(EcmaRuntimeCallInfo *argv) in GetInt16()
213 JSTaggedValue BuiltinsDataView::GetInt32(EcmaRuntimeCallInfo *argv) in GetInt32()
221 JSTaggedValue BuiltinsDataView::GetUint8(EcmaRuntimeCallInfo *argv) in GetUint8()
[all …]
Dbuiltins_iterator.cpp20 JSTaggedValue BuiltinsIterator::IteratorConstructor([[maybe_unused]] EcmaRuntimeCallInfo *argv) in IteratorConstructor()
26 JSTaggedValue BuiltinsIterator::Next([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Next()
32 JSTaggedValue BuiltinsIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw()
38 JSTaggedValue BuiltinsIterator::Return(EcmaRuntimeCallInfo *argv) in Return()
53 JSTaggedValue BuiltinsIterator::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
Dbuiltins_async_iterator.cpp23 …edValue BuiltinsAsyncIterator::AsyncIteratorConstructor([[maybe_unused]] EcmaRuntimeCallInfo *argv) in AsyncIteratorConstructor()
29 JSTaggedValue BuiltinsAsyncIterator::Next([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Next()
35 JSTaggedValue BuiltinsAsyncIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw()
41 JSTaggedValue BuiltinsAsyncIterator::Return(EcmaRuntimeCallInfo *argv) in Return()
63 JSTaggedValue BuiltinsAsyncIterator::GetAsyncIteratorObj(EcmaRuntimeCallInfo *argv) in GetAsyncIteratorObj()
Dbuiltins_math.cpp24 JSTaggedValue BuiltinsMath::Abs(EcmaRuntimeCallInfo *argv) in Abs()
47 JSTaggedValue BuiltinsMath::Acos(EcmaRuntimeCallInfo *argv) in Acos()
66 JSTaggedValue BuiltinsMath::Acosh(EcmaRuntimeCallInfo *argv) in Acosh()
84 JSTaggedValue BuiltinsMath::Asin(EcmaRuntimeCallInfo *argv) in Asin()
102 JSTaggedValue BuiltinsMath::Asinh(EcmaRuntimeCallInfo *argv) in Asinh()
121 JSTaggedValue BuiltinsMath::Atan(EcmaRuntimeCallInfo *argv) in Atan()
140 JSTaggedValue BuiltinsMath::Atanh(EcmaRuntimeCallInfo *argv) in Atanh()
158 JSTaggedValue BuiltinsMath::Atan2(EcmaRuntimeCallInfo *argv) in Atan2()
189 JSTaggedValue BuiltinsMath::Cbrt(EcmaRuntimeCallInfo *argv) in Cbrt()
208 JSTaggedValue BuiltinsMath::Ceil(EcmaRuntimeCallInfo *argv) in Ceil()
[all …]
Dbuiltins_reflect.cpp23 JSTaggedValue BuiltinsReflect::ReflectApply(EcmaRuntimeCallInfo *argv) in ReflectApply()
61 JSTaggedValue BuiltinsReflect::ReflectConstruct(EcmaRuntimeCallInfo *argv) in ReflectConstruct()
102 JSTaggedValue BuiltinsReflect::ReflectDefineProperty(EcmaRuntimeCallInfo *argv) in ReflectDefineProperty()
126 JSTaggedValue BuiltinsReflect::ReflectDeleteProperty(EcmaRuntimeCallInfo *argv) in ReflectDeleteProperty()
145 JSTaggedValue BuiltinsReflect::ReflectGet(EcmaRuntimeCallInfo *argv) in ReflectGet()
170 JSTaggedValue BuiltinsReflect::ReflectGetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in ReflectGetOwnPropertyDescriptor()
196 JSTaggedValue BuiltinsReflect::ReflectGetPrototypeOf(EcmaRuntimeCallInfo *argv) in ReflectGetPrototypeOf()
212 JSTaggedValue BuiltinsReflect::ReflectHas(EcmaRuntimeCallInfo *argv) in ReflectHas()
239 JSTaggedValue BuiltinsReflect::ReflectIsExtensible(EcmaRuntimeCallInfo *argv) in ReflectIsExtensible()
254 JSTaggedValue BuiltinsReflect::ReflectOwnKeys(EcmaRuntimeCallInfo *argv) in ReflectOwnKeys()
[all …]
Dbuiltins_object.cpp25 JSTaggedValue BuiltinsObject::ObjectConstructor(EcmaRuntimeCallInfo *argv) in ObjectConstructor()
88 JSTaggedValue BuiltinsObject::Assign(EcmaRuntimeCallInfo *argv) in Assign()
240 JSTaggedValue BuiltinsObject::Create(EcmaRuntimeCallInfo *argv) in Create()
274 JSTaggedValue BuiltinsObject::DefineProperties(EcmaRuntimeCallInfo *argv) in DefineProperties()
285 JSTaggedValue BuiltinsObject::DefineProperty(EcmaRuntimeCallInfo *argv) in DefineProperty()
322 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze()
359 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptor()
392 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptors(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptors()
498 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames()
512 JSTaggedValue BuiltinsObject::GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv) in GetOwnPropertySymbols()
[all …]
Dbuiltins_locale.cpp24 JSTaggedValue BuiltinsLocale::LocaleConstructor(EcmaRuntimeCallInfo *argv) in LocaleConstructor()
81 JSTaggedValue BuiltinsLocale::Maximize(EcmaRuntimeCallInfo *argv) in Maximize()
113 JSTaggedValue BuiltinsLocale::Minimize(EcmaRuntimeCallInfo *argv) in Minimize()
148 JSTaggedValue BuiltinsLocale::ToString(EcmaRuntimeCallInfo *argv) in ToString()
164 JSTaggedValue BuiltinsLocale::GetBaseName(EcmaRuntimeCallInfo *argv) in GetBaseName()
184 JSTaggedValue BuiltinsLocale::GetCalendar(EcmaRuntimeCallInfo *argv) in GetCalendar()
201 JSTaggedValue BuiltinsLocale::GetCaseFirst(EcmaRuntimeCallInfo *argv) in GetCaseFirst()
219 JSTaggedValue BuiltinsLocale::GetCollation(EcmaRuntimeCallInfo *argv) in GetCollation()
236 JSTaggedValue BuiltinsLocale::GetHourCycle(EcmaRuntimeCallInfo *argv) in GetHourCycle()
253 JSTaggedValue BuiltinsLocale::GetNumeric(EcmaRuntimeCallInfo *argv) in GetNumeric()
[all …]
Dbuiltins_set.cpp23 JSTaggedValue BuiltinsSet::SetConstructor(EcmaRuntimeCallInfo *argv) in SetConstructor()
100 JSTaggedValue BuiltinsSet::Add(EcmaRuntimeCallInfo *argv) in Add()
120 JSTaggedValue BuiltinsSet::Clear(EcmaRuntimeCallInfo *argv) in Clear()
138 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete()
157 JSTaggedValue BuiltinsSet::Has(EcmaRuntimeCallInfo *argv) in Has()
175 JSTaggedValue BuiltinsSet::ForEach(EcmaRuntimeCallInfo *argv) in ForEach()
229 JSTaggedValue BuiltinsSet::Species(EcmaRuntimeCallInfo *argv) in Species()
234 JSTaggedValue BuiltinsSet::GetSize(EcmaRuntimeCallInfo *argv) in GetSize()
251 JSTaggedValue BuiltinsSet::Entries(EcmaRuntimeCallInfo *argv) in Entries()
263 JSTaggedValue BuiltinsSet::Values(EcmaRuntimeCallInfo *argv) in Values()
Dbuiltins_map.cpp24 JSTaggedValue BuiltinsMap::MapConstructor(EcmaRuntimeCallInfo *argv) in MapConstructor()
65 JSTaggedValue BuiltinsMap::Set(EcmaRuntimeCallInfo *argv) in Set()
86 JSTaggedValue BuiltinsMap::Clear(EcmaRuntimeCallInfo *argv) in Clear()
104 JSTaggedValue BuiltinsMap::Delete(EcmaRuntimeCallInfo *argv) in Delete()
122 JSTaggedValue BuiltinsMap::Has(EcmaRuntimeCallInfo *argv) in Has()
139 JSTaggedValue BuiltinsMap::Get(EcmaRuntimeCallInfo *argv) in Get()
159 JSTaggedValue BuiltinsMap::ForEach(EcmaRuntimeCallInfo *argv) in ForEach()
213 JSTaggedValue BuiltinsMap::Species(EcmaRuntimeCallInfo *argv) in Species()
219 JSTaggedValue BuiltinsMap::GetSize(EcmaRuntimeCallInfo *argv) in GetSize()
235 JSTaggedValue BuiltinsMap::Entries(EcmaRuntimeCallInfo *argv) in Entries()
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp24 JSTaggedValue ContainersVector::VectorConstructor(EcmaRuntimeCallInfo *argv) in VectorConstructor()
46 JSTaggedValue ContainersVector::Add(EcmaRuntimeCallInfo *argv) in Add()
68 JSTaggedValue ContainersVector::Insert(EcmaRuntimeCallInfo *argv) in Insert()
95 JSTaggedValue ContainersVector::SetLength(EcmaRuntimeCallInfo *argv) in SetLength()
122 JSTaggedValue ContainersVector::GetCapacity(EcmaRuntimeCallInfo *argv) in GetCapacity()
143 JSTaggedValue ContainersVector::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo()
170 JSTaggedValue ContainersVector::Get(EcmaRuntimeCallInfo *argv) in Get()
196 JSTaggedValue ContainersVector::GetIndexOf(EcmaRuntimeCallInfo *argv) in GetIndexOf()
218 JSTaggedValue ContainersVector::GetIndexFrom(EcmaRuntimeCallInfo *argv) in GetIndexFrom()
246 JSTaggedValue ContainersVector::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty()
[all …]
Dcontainers_linked_list.cpp25 JSTaggedValue ContainersLinkedList::LinkedListConstructor(EcmaRuntimeCallInfo *argv) in LinkedListConstructor()
48 JSTaggedValue ContainersLinkedList::Add(EcmaRuntimeCallInfo *argv) in Add()
71 JSTaggedValue ContainersLinkedList::AddFirst(EcmaRuntimeCallInfo *argv) in AddFirst()
94 JSTaggedValue ContainersLinkedList::GetFirst(EcmaRuntimeCallInfo *argv) in GetFirst()
114 JSTaggedValue ContainersLinkedList::GetLast(EcmaRuntimeCallInfo *argv) in GetLast()
134 JSTaggedValue ContainersLinkedList::Length(EcmaRuntimeCallInfo *argv) in Length()
154 JSTaggedValue ContainersLinkedList::Insert(EcmaRuntimeCallInfo *argv) in Insert()
193 JSTaggedValue ContainersLinkedList::Clear(EcmaRuntimeCallInfo *argv) in Clear()
214 JSTaggedValue ContainersLinkedList::Clone(EcmaRuntimeCallInfo *argv) in Clone()
236 JSTaggedValue ContainersLinkedList::Has(EcmaRuntimeCallInfo *argv) in Has()
[all …]
Dcontainers_lightweightmap.cpp25 JSTaggedValue ContainersLightWeightMap::LightWeightMapConstructor(EcmaRuntimeCallInfo *argv) in LightWeightMapConstructor()
53 JSTaggedValue ContainersLightWeightMap::Length(EcmaRuntimeCallInfo *argv) in Length()
74 JSTaggedValue ContainersLightWeightMap::HasAll(EcmaRuntimeCallInfo *argv) in HasAll()
112 JSTaggedValue ContainersLightWeightMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey()
134 JSTaggedValue ContainersLightWeightMap::HasValue(EcmaRuntimeCallInfo *argv) in HasValue()
156 JSTaggedValue ContainersLightWeightMap::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo()
196 JSTaggedValue ContainersLightWeightMap::Entries(EcmaRuntimeCallInfo *argv) in Entries()
208 JSTaggedValue ContainersLightWeightMap::Get(EcmaRuntimeCallInfo *argv) in Get()
231 JSTaggedValue ContainersLightWeightMap::GetIndexOfKey(EcmaRuntimeCallInfo *argv) in GetIndexOfKey()
255 JSTaggedValue ContainersLightWeightMap::GetIndexOfValue(EcmaRuntimeCallInfo *argv) in GetIndexOfValue()
[all …]
Dcontainers_lightweightset.cpp24 JSTaggedValue ContainersLightWeightSet::LightWeightSetConstructor(EcmaRuntimeCallInfo *argv) in LightWeightSetConstructor()
52 JSTaggedValue ContainersLightWeightSet::Add(EcmaRuntimeCallInfo *argv) in Add()
73 JSTaggedValue ContainersLightWeightSet::AddAll(EcmaRuntimeCallInfo *argv) in AddAll()
107 JSTaggedValue ContainersLightWeightSet::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty()
127 JSTaggedValue ContainersLightWeightSet::GetValueAt(EcmaRuntimeCallInfo *argv) in GetValueAt()
159 JSTaggedValue ContainersLightWeightSet::HasAll(EcmaRuntimeCallInfo *argv) in HasAll()
192 JSTaggedValue ContainersLightWeightSet::Has(EcmaRuntimeCallInfo *argv) in Has()
213 JSTaggedValue ContainersLightWeightSet::HasHash(EcmaRuntimeCallInfo *argv) in HasHash()
234 JSTaggedValue ContainersLightWeightSet::Equal(EcmaRuntimeCallInfo *argv) in Equal()
254 JSTaggedValue ContainersLightWeightSet::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo()
[all …]
Dcontainers_arraylist.cpp25 JSTaggedValue ContainersArrayList::ArrayListConstructor(EcmaRuntimeCallInfo *argv) in ArrayListConstructor()
47 JSTaggedValue ContainersArrayList::Add(EcmaRuntimeCallInfo *argv) in Add()
69 JSTaggedValue ContainersArrayList::Insert(EcmaRuntimeCallInfo *argv) in Insert()
108 JSTaggedValue ContainersArrayList::Clear(EcmaRuntimeCallInfo *argv) in Clear()
131 JSTaggedValue ContainersArrayList::Clone(EcmaRuntimeCallInfo *argv) in Clone()
154 JSTaggedValue ContainersArrayList::Has(EcmaRuntimeCallInfo *argv) in Has()
178 JSTaggedValue ContainersArrayList::GetCapacity(EcmaRuntimeCallInfo *argv) in GetCapacity()
201 JSTaggedValue ContainersArrayList::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo()
235 JSTaggedValue ContainersArrayList::TrimToCurrentLength(EcmaRuntimeCallInfo *argv) in TrimToCurrentLength()
258 JSTaggedValue ContainersArrayList::Get(EcmaRuntimeCallInfo *argv) in Get()
[all …]
Dcontainers_treemap.cpp26 JSTaggedValue ContainersTreeMap::TreeMapConstructor(EcmaRuntimeCallInfo *argv) in TreeMapConstructor()
70 JSTaggedValue ContainersTreeMap::Set(EcmaRuntimeCallInfo *argv) in Set()
97 JSTaggedValue ContainersTreeMap::Get(EcmaRuntimeCallInfo *argv) in Get()
120 JSTaggedValue ContainersTreeMap::Remove(EcmaRuntimeCallInfo *argv) in Remove()
142 JSTaggedValue ContainersTreeMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey()
167 JSTaggedValue ContainersTreeMap::HasValue(EcmaRuntimeCallInfo *argv) in HasValue()
189 JSTaggedValue ContainersTreeMap::GetFirstKey(EcmaRuntimeCallInfo *argv) in GetFirstKey()
210 JSTaggedValue ContainersTreeMap::GetLastKey(EcmaRuntimeCallInfo *argv) in GetLastKey()
231 JSTaggedValue ContainersTreeMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll()
274 JSTaggedValue ContainersTreeMap::Clear(EcmaRuntimeCallInfo *argv) in Clear()
[all …]
Dcontainers_hashmap.cpp24 JSTaggedValue ContainersHashMap::HashMapConstructor(EcmaRuntimeCallInfo *argv) in HashMapConstructor()
52 JSTaggedValue ContainersHashMap::Keys(EcmaRuntimeCallInfo *argv) in Keys()
73 JSTaggedValue ContainersHashMap::Values(EcmaRuntimeCallInfo *argv) in Values()
94 JSTaggedValue ContainersHashMap::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
115 JSTaggedValue ContainersHashMap::Entries(EcmaRuntimeCallInfo *argv) in Entries()
136 JSTaggedValue ContainersHashMap::ForEach(EcmaRuntimeCallInfo *argv) in ForEach()
189 JSTaggedValue ContainersHashMap::Set(EcmaRuntimeCallInfo *argv) in Set()
213 JSTaggedValue ContainersHashMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll()
250 JSTaggedValue ContainersHashMap::Get(EcmaRuntimeCallInfo *argv) in Get()
271 JSTaggedValue ContainersHashMap::Remove(EcmaRuntimeCallInfo *argv) in Remove()
[all …]
Dcontainers_treeset.cpp26 JSTaggedValue ContainersTreeSet::TreeSetConstructor(EcmaRuntimeCallInfo *argv) in TreeSetConstructor()
69 JSTaggedValue ContainersTreeSet::Add(EcmaRuntimeCallInfo *argv) in Add()
94 JSTaggedValue ContainersTreeSet::Remove(EcmaRuntimeCallInfo *argv) in Remove()
116 JSTaggedValue ContainersTreeSet::Has(EcmaRuntimeCallInfo *argv) in Has()
141 JSTaggedValue ContainersTreeSet::GetFirstValue(EcmaRuntimeCallInfo *argv) in GetFirstValue()
162 JSTaggedValue ContainersTreeSet::GetLastValue(EcmaRuntimeCallInfo *argv) in GetLastValue()
183 JSTaggedValue ContainersTreeSet::Clear(EcmaRuntimeCallInfo *argv) in Clear()
204 JSTaggedValue ContainersTreeSet::GetLowerValue(EcmaRuntimeCallInfo *argv) in GetLowerValue()
227 JSTaggedValue ContainersTreeSet::GetHigherValue(EcmaRuntimeCallInfo *argv) in GetHigherValue()
250 JSTaggedValue ContainersTreeSet::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst()
[all …]
Dcontainers_deque.cpp24 JSTaggedValue ContainersDeque::DequeConstructor(EcmaRuntimeCallInfo *argv) in DequeConstructor()
46 JSTaggedValue ContainersDeque::InsertFront(EcmaRuntimeCallInfo *argv) in InsertFront()
71 JSTaggedValue ContainersDeque::InsertEnd(EcmaRuntimeCallInfo *argv) in InsertEnd()
95 JSTaggedValue ContainersDeque::GetFirst(EcmaRuntimeCallInfo *argv) in GetFirst()
118 JSTaggedValue ContainersDeque::GetLast(EcmaRuntimeCallInfo *argv) in GetLast()
141 JSTaggedValue ContainersDeque::Has(EcmaRuntimeCallInfo *argv) in Has()
166 JSTaggedValue ContainersDeque::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst()
189 JSTaggedValue ContainersDeque::PopLast(EcmaRuntimeCallInfo *argv) in PopLast()
212 JSTaggedValue ContainersDeque::ForEach(EcmaRuntimeCallInfo *argv) in ForEach()
266 JSTaggedValue ContainersDeque::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
[all …]
Dcontainers_hashset.cpp25 JSTaggedValue ContainersHashSet::HashSetConstructor(EcmaRuntimeCallInfo *argv) in HashSetConstructor()
52 JSTaggedValue ContainersHashSet::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
72 JSTaggedValue ContainersHashSet::Values(EcmaRuntimeCallInfo *argv) in Values()
92 JSTaggedValue ContainersHashSet::Entries(EcmaRuntimeCallInfo *argv) in Entries()
113 JSTaggedValue ContainersHashSet::Add(EcmaRuntimeCallInfo *argv) in Add()
138 JSTaggedValue ContainersHashSet::Remove(EcmaRuntimeCallInfo *argv) in Remove()
161 JSTaggedValue ContainersHashSet::Has(EcmaRuntimeCallInfo *argv) in Has()
183 JSTaggedValue ContainersHashSet::Clear(EcmaRuntimeCallInfo *argv) in Clear()
205 JSTaggedValue ContainersHashSet::GetLength(EcmaRuntimeCallInfo *argv) in GetLength()
227 JSTaggedValue ContainersHashSet::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty()
[all …]
Dcontainers_plainarray.cpp23 JSTaggedValue ContainersPlainArray::PlainArrayConstructor(EcmaRuntimeCallInfo *argv) in PlainArrayConstructor()
50 JSTaggedValue ContainersPlainArray::Add(EcmaRuntimeCallInfo *argv) in Add()
83 JSTaggedValue ContainersPlainArray::Clear(EcmaRuntimeCallInfo *argv) in Clear()
104 JSTaggedValue ContainersPlainArray::Clone(EcmaRuntimeCallInfo *argv) in Clone()
125 JSTaggedValue ContainersPlainArray::Has(EcmaRuntimeCallInfo *argv) in Has()
159 JSTaggedValue ContainersPlainArray::Get(EcmaRuntimeCallInfo *argv) in Get()
193 JSTaggedValue ContainersPlainArray::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
214 JSTaggedValue ContainersPlainArray::ForEach(EcmaRuntimeCallInfo *argv) in ForEach()
242 JSTaggedValue ContainersPlainArray::ToString(EcmaRuntimeCallInfo *argv) in ToString()
261 JSTaggedValue ContainersPlainArray::GetIndexOfKey(EcmaRuntimeCallInfo *argv) in GetIndexOfKey()
[all …]
Dcontainers_list.cpp25 JSTaggedValue ContainersList::ListConstructor(EcmaRuntimeCallInfo *argv) in ListConstructor()
51 JSTaggedValue ContainersList::Add(EcmaRuntimeCallInfo *argv) in Add()
74 JSTaggedValue ContainersList::Insert(EcmaRuntimeCallInfo *argv) in Insert()
109 JSTaggedValue ContainersList::GetFirst(EcmaRuntimeCallInfo *argv) in GetFirst()
129 JSTaggedValue ContainersList::GetLast(EcmaRuntimeCallInfo *argv) in GetLast()
149 JSTaggedValue ContainersList::Has(EcmaRuntimeCallInfo *argv) in Has()
170 JSTaggedValue ContainersList::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty()
190 JSTaggedValue ContainersList::Get(EcmaRuntimeCallInfo *argv) in Get()
222 JSTaggedValue ContainersList::GetIndexOf(EcmaRuntimeCallInfo *argv) in GetIndexOf()
243 JSTaggedValue ContainersList::GetLastIndexOf(EcmaRuntimeCallInfo *argv) in GetLastIndexOf()
[all …]
Dcontainers_buffer.cpp99 JSTaggedValue ContainersBuffer::BufferConstructor(EcmaRuntimeCallInfo *argv) in BufferConstructor()
167 JSTaggedValue ContainersBuffer::GetSize(EcmaRuntimeCallInfo *argv) in GetSize()
178 JSTaggedValue ContainersBuffer::GetByteOffset(EcmaRuntimeCallInfo *argv) in GetByteOffset()
188 JSTaggedValue ContainersBuffer::GetArrayBuffer(EcmaRuntimeCallInfo *argv) in GetArrayBuffer()
199 JSTaggedValue ContainersBuffer::Compare(EcmaRuntimeCallInfo *argv) in Compare()
247 JSTaggedValue ContainersBuffer::Equals(EcmaRuntimeCallInfo *argv) in Equals()
271 JSTaggedValue ContainersBuffer::IndexOf(EcmaRuntimeCallInfo *argv) in IndexOf()
310 JSTaggedValue ContainersBuffer::Includes(EcmaRuntimeCallInfo *argv) in Includes()
349 JSTaggedValue ContainersBuffer::LastIndexOf(EcmaRuntimeCallInfo *argv) in LastIndexOf()
389 JSTaggedValue ContainersBuffer::Entries(EcmaRuntimeCallInfo *argv) in Entries()
[all …]
/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp86 JSTaggedValue StaticModuleProxyHandler::GetProperty(EcmaRuntimeCallInfo *argv) in GetProperty()
108 JSTaggedValue StaticModuleProxyHandler::OwnPropertyKeys(EcmaRuntimeCallInfo *argv) in OwnPropertyKeys()
140 JSTaggedValue StaticModuleProxyHandler::OwnEnumPropertyKeys(EcmaRuntimeCallInfo *argv) in OwnEnumPropertyKeys()
149 JSTaggedValue StaticModuleProxyHandler::PreventExtensions(EcmaRuntimeCallInfo *argv) in PreventExtensions()
154 JSTaggedValue StaticModuleProxyHandler::DefineOwnProperty(EcmaRuntimeCallInfo *argv) in DefineOwnProperty()
204 JSTaggedValue StaticModuleProxyHandler::HasProperty(EcmaRuntimeCallInfo *argv) in HasProperty()
212 JSTaggedValue StaticModuleProxyHandler::SetPrototype(EcmaRuntimeCallInfo *argv) in SetPrototype()
220 JSTaggedValue StaticModuleProxyHandler::GetPrototype(EcmaRuntimeCallInfo *argv) in GetPrototype()
227 JSTaggedValue StaticModuleProxyHandler::GetOwnProperty(EcmaRuntimeCallInfo *argv) in GetOwnProperty()
240 JSTaggedValue StaticModuleProxyHandler::SetProperty(EcmaRuntimeCallInfo *argv) in SetProperty()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
Dcl_ut_test.cpp161 const char *argv[] = {"CLTest", // program name in TEST() local
181 const char *argv[] = {"CLTest", // program name in TEST() local
215 const char *argv[] = {"CLTest", // program name in TEST() local
237 const char *argv[] = {"CLTest", // program name in TEST() local
278 const char *argv[] = {"CLTest", // program name in TEST() local
296 const char *argv[] = {"CLTest", // program name in TEST() local
314 const char *argv[] = {"CLTest", // program name in TEST() local
328 const char *argv[] = {"CLTest", // program name in TEST() local
346 const char *argv[] = {"CLTest", // program name in TEST() local
367 const char *argv[] = {"CLTest", // program name in TEST() local
[all …]

12345678910>>...15