| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_errors.cpp | 30 JSTaggedValue BuiltinsError::ErrorConstructor(EcmaRuntimeCallInfo *argv) in ErrorConstructor() 36 JSTaggedValue BuiltinsError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 43 JSTaggedValue BuiltinsRangeError::RangeErrorConstructor(EcmaRuntimeCallInfo *argv) in RangeErrorConstructor() 49 JSTaggedValue BuiltinsRangeError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 56 JSTaggedValue BuiltinsReferenceError::ReferenceErrorConstructor(EcmaRuntimeCallInfo *argv) in ReferenceErrorConstructor() 62 JSTaggedValue BuiltinsReferenceError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 69 JSTaggedValue BuiltinsTypeError::TypeErrorConstructor(EcmaRuntimeCallInfo *argv) in TypeErrorConstructor() 75 JSTaggedValue BuiltinsTypeError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 81 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() 90 JSTaggedValue BuiltinsURIError::URIErrorConstructor(EcmaRuntimeCallInfo *argv) in URIErrorConstructor() [all …]
|
| D | builtins_dataview.cpp | 29 JSTaggedValue BuiltinsDataView::DataViewConstructor(EcmaRuntimeCallInfo *argv) in DataViewConstructor() 108 JSTaggedValue BuiltinsDataView::GetBuffer(EcmaRuntimeCallInfo *argv) in GetBuffer() 132 JSTaggedValue BuiltinsDataView::GetByteLength(EcmaRuntimeCallInfo *argv) in GetByteLength() 162 JSTaggedValue BuiltinsDataView::GetOffset(EcmaRuntimeCallInfo *argv) in GetOffset() 192 JSTaggedValue BuiltinsDataView::GetFloat32(EcmaRuntimeCallInfo *argv) in GetFloat32() 200 JSTaggedValue BuiltinsDataView::GetFloat64(EcmaRuntimeCallInfo *argv) in GetFloat64() 208 JSTaggedValue BuiltinsDataView::GetInt8(EcmaRuntimeCallInfo *argv) in GetInt8() 216 JSTaggedValue BuiltinsDataView::GetInt16(EcmaRuntimeCallInfo *argv) in GetInt16() 224 JSTaggedValue BuiltinsDataView::GetInt32(EcmaRuntimeCallInfo *argv) in GetInt32() 232 JSTaggedValue BuiltinsDataView::GetUint8(EcmaRuntimeCallInfo *argv) in GetUint8() [all …]
|
| D | builtins_iterator.cpp | 24 JSTaggedValue BuiltinsIterator::IteratorConstructor([[maybe_unused]] EcmaRuntimeCallInfo *argv) in IteratorConstructor() 30 JSTaggedValue BuiltinsIterator::Next([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Next() 36 JSTaggedValue BuiltinsIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw() 42 JSTaggedValue BuiltinsIterator::Return(EcmaRuntimeCallInfo *argv) in Return() 52 JSTaggedValue BuiltinsIterator::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
|
| D | builtins_async_iterator.cpp | 24 …edValue BuiltinsAsyncIterator::AsyncIteratorConstructor([[maybe_unused]] EcmaRuntimeCallInfo *argv) in AsyncIteratorConstructor() 30 JSTaggedValue BuiltinsAsyncIterator::Next([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Next() 36 JSTaggedValue BuiltinsAsyncIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw() 42 JSTaggedValue BuiltinsAsyncIterator::Return(EcmaRuntimeCallInfo *argv) in Return() 64 JSTaggedValue BuiltinsAsyncIterator::GetAsyncIteratorObj(EcmaRuntimeCallInfo *argv) in GetAsyncIteratorObj()
|
| D | builtins_reflect.cpp | 23 JSTaggedValue BuiltinsReflect::ReflectApply(EcmaRuntimeCallInfo *argv) in ReflectApply() 53 JSTaggedValue BuiltinsReflect::ReflectConstruct(EcmaRuntimeCallInfo *argv) in ReflectConstruct() 87 JSTaggedValue BuiltinsReflect::ReflectDefineProperty(EcmaRuntimeCallInfo *argv) in ReflectDefineProperty() 111 JSTaggedValue BuiltinsReflect::ReflectDeleteProperty(EcmaRuntimeCallInfo *argv) in ReflectDeleteProperty() 130 JSTaggedValue BuiltinsReflect::ReflectGet(EcmaRuntimeCallInfo *argv) in ReflectGet() 156 JSTaggedValue BuiltinsReflect::ReflectGetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in ReflectGetOwnPropertyDescriptor() 182 JSTaggedValue BuiltinsReflect::ReflectGetPrototypeOf(EcmaRuntimeCallInfo *argv) in ReflectGetPrototypeOf() 198 JSTaggedValue BuiltinsReflect::ReflectHas(EcmaRuntimeCallInfo *argv) in ReflectHas() 217 JSTaggedValue BuiltinsReflect::ReflectIsExtensible(EcmaRuntimeCallInfo *argv) in ReflectIsExtensible() 232 JSTaggedValue BuiltinsReflect::ReflectOwnKeys(EcmaRuntimeCallInfo *argv) in ReflectOwnKeys() [all …]
|
| D | builtins_math.cpp | 29 JSTaggedValue BuiltinsMath::Abs(EcmaRuntimeCallInfo *argv) in Abs() 48 JSTaggedValue BuiltinsMath::Acos(EcmaRuntimeCallInfo *argv) in Acos() 67 JSTaggedValue BuiltinsMath::Acosh(EcmaRuntimeCallInfo *argv) in Acosh() 85 JSTaggedValue BuiltinsMath::Asin(EcmaRuntimeCallInfo *argv) in Asin() 103 JSTaggedValue BuiltinsMath::Asinh(EcmaRuntimeCallInfo *argv) in Asinh() 122 JSTaggedValue BuiltinsMath::Atan(EcmaRuntimeCallInfo *argv) in Atan() 141 JSTaggedValue BuiltinsMath::Atanh(EcmaRuntimeCallInfo *argv) in Atanh() 159 JSTaggedValue BuiltinsMath::Atan2(EcmaRuntimeCallInfo *argv) in Atan2() 190 JSTaggedValue BuiltinsMath::Cbrt(EcmaRuntimeCallInfo *argv) in Cbrt() 209 JSTaggedValue BuiltinsMath::Ceil(EcmaRuntimeCallInfo *argv) in Ceil() [all …]
|
| D | builtins_object.cpp | 32 JSTaggedValue BuiltinsObject::ObjectConstructor(EcmaRuntimeCallInfo *argv) in ObjectConstructor() 64 JSTaggedValue BuiltinsObject::Assign(EcmaRuntimeCallInfo *argv) in Assign() 212 JSTaggedValue BuiltinsObject::Create(EcmaRuntimeCallInfo *argv) in Create() 241 JSTaggedValue BuiltinsObject::DefineProperties(EcmaRuntimeCallInfo *argv) in DefineProperties() 252 JSTaggedValue BuiltinsObject::DefineProperty(EcmaRuntimeCallInfo *argv) in DefineProperty() 289 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze() 320 JSTaggedValue BuiltinsObject::GetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDescriptor() 410 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames() 424 JSTaggedValue BuiltinsObject::GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv) in GetOwnPropertySymbols() 438 JSTaggedValue BuiltinsObject::GetPrototypeOf(EcmaRuntimeCallInfo *argv) in GetPrototypeOf() [all …]
|
| D | builtins_typedarray.cpp | 44 JSTaggedValue BuiltinsTypedArray::TypedArrayBaseConstructor(EcmaRuntimeCallInfo *argv) in TypedArrayBaseConstructor() 52 JSTaggedValue BuiltinsTypedArray::Int8ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int8ArrayConstructor() 61 JSTaggedValue BuiltinsTypedArray::Uint8ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint8ArrayConstructor() 70 JSTaggedValue BuiltinsTypedArray::Uint8ClampedArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint8ClampedArrayConstructor() 80 JSTaggedValue BuiltinsTypedArray::Int16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int16ArrayConstructor() 89 JSTaggedValue BuiltinsTypedArray::Uint16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint16ArrayConstructor() 98 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() 107 JSTaggedValue BuiltinsTypedArray::Uint32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint32ArrayConstructor() 116 JSTaggedValue BuiltinsTypedArray::Float32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float32ArrayConstructor() 125 JSTaggedValue BuiltinsTypedArray::Float64ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float64ArrayConstructor() [all …]
|
| D | builtins_number.cpp | 40 JSTaggedValue BuiltinsNumber::NumberConstructor(EcmaRuntimeCallInfo *argv) in NumberConstructor() 80 JSTaggedValue BuiltinsNumber::IsFinite(EcmaRuntimeCallInfo *argv) in IsFinite() 94 JSTaggedValue BuiltinsNumber::IsInteger(EcmaRuntimeCallInfo *argv) in IsInteger() 116 JSTaggedValue BuiltinsNumber::IsNaN(EcmaRuntimeCallInfo *argv) in IsNaN() 131 JSTaggedValue BuiltinsNumber::IsSafeInteger(EcmaRuntimeCallInfo *argv) in IsSafeInteger() 154 JSTaggedValue BuiltinsNumber::ParseFloat(EcmaRuntimeCallInfo *argv) in ParseFloat() 181 JSTaggedValue BuiltinsNumber::ParseInt(EcmaRuntimeCallInfo *argv) in ParseInt() 208 JSTaggedValue BuiltinsNumber::ToExponential(EcmaRuntimeCallInfo *argv) in ToExponential() 256 JSTaggedValue BuiltinsNumber::ToFixed(EcmaRuntimeCallInfo *argv) in ToFixed() 297 JSTaggedValue BuiltinsNumber::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString() [all …]
|
| D | builtins_locale.cpp | 26 JSTaggedValue BuiltinsLocale::LocaleConstructor(EcmaRuntimeCallInfo *argv) in LocaleConstructor() 83 JSTaggedValue BuiltinsLocale::Maximize(EcmaRuntimeCallInfo *argv) in Maximize() 115 JSTaggedValue BuiltinsLocale::Minimize(EcmaRuntimeCallInfo *argv) in Minimize() 150 JSTaggedValue BuiltinsLocale::ToString(EcmaRuntimeCallInfo *argv) in ToString() 166 JSTaggedValue BuiltinsLocale::GetBaseName(EcmaRuntimeCallInfo *argv) in GetBaseName() 185 JSTaggedValue BuiltinsLocale::GetCalendar(EcmaRuntimeCallInfo *argv) in GetCalendar() 202 JSTaggedValue BuiltinsLocale::GetCaseFirst(EcmaRuntimeCallInfo *argv) in GetCaseFirst() 220 JSTaggedValue BuiltinsLocale::GetCollation(EcmaRuntimeCallInfo *argv) in GetCollation() 237 JSTaggedValue BuiltinsLocale::GetHourCycle(EcmaRuntimeCallInfo *argv) in GetHourCycle() 254 JSTaggedValue BuiltinsLocale::GetNumeric(EcmaRuntimeCallInfo *argv) in GetNumeric() [all …]
|
| D | builtins_set.cpp | 28 JSTaggedValue BuiltinsSet::SetConstructor(EcmaRuntimeCallInfo *argv) in SetConstructor() 105 JSTaggedValue BuiltinsSet::Add(EcmaRuntimeCallInfo *argv) in Add() 126 JSTaggedValue BuiltinsSet::Clear(EcmaRuntimeCallInfo *argv) in Clear() 145 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() 165 JSTaggedValue BuiltinsSet::Has(EcmaRuntimeCallInfo *argv) in Has() 184 JSTaggedValue BuiltinsSet::ForEach(EcmaRuntimeCallInfo *argv) in ForEach() 238 JSTaggedValue BuiltinsSet::Species(EcmaRuntimeCallInfo *argv) in Species() 243 JSTaggedValue BuiltinsSet::GetSize(EcmaRuntimeCallInfo *argv) in GetSize() 261 JSTaggedValue BuiltinsSet::Entries(EcmaRuntimeCallInfo *argv) in Entries() 273 JSTaggedValue BuiltinsSet::Values(EcmaRuntimeCallInfo *argv) in Values()
|
| D | builtins_async_generator.cpp | 24 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorFunctionConstructor(EcmaRuntimeCallInfo *argv) in AsyncGeneratorFunctionConstructor() 33 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeNext(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeNext() 51 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeReturn(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeReturn() 68 JSTaggedValue BuiltinsAsyncGenerator::AsyncGeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv) in AsyncGeneratorPrototypeThrow()
|
| D | builtins_map.cpp | 27 JSTaggedValue BuiltinsMap::MapConstructor(EcmaRuntimeCallInfo *argv) in MapConstructor() 68 JSTaggedValue BuiltinsMap::Set(EcmaRuntimeCallInfo *argv) in Set() 89 JSTaggedValue BuiltinsMap::Clear(EcmaRuntimeCallInfo *argv) in Clear() 107 JSTaggedValue BuiltinsMap::Delete(EcmaRuntimeCallInfo *argv) in Delete() 125 JSTaggedValue BuiltinsMap::Has(EcmaRuntimeCallInfo *argv) in Has() 143 JSTaggedValue BuiltinsMap::Get(EcmaRuntimeCallInfo *argv) in Get() 161 JSTaggedValue BuiltinsMap::ForEach(EcmaRuntimeCallInfo *argv) in ForEach() 215 JSTaggedValue BuiltinsMap::Species(EcmaRuntimeCallInfo *argv) in Species() 221 JSTaggedValue BuiltinsMap::GetSize(EcmaRuntimeCallInfo *argv) in GetSize() 238 JSTaggedValue BuiltinsMap::Entries(EcmaRuntimeCallInfo *argv) in Entries() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 29 JSTaggedValue ContainersVector::VectorConstructor(EcmaRuntimeCallInfo *argv) in VectorConstructor() 51 JSTaggedValue ContainersVector::Add(EcmaRuntimeCallInfo *argv) in Add() 73 JSTaggedValue ContainersVector::Insert(EcmaRuntimeCallInfo *argv) in Insert() 100 JSTaggedValue ContainersVector::SetLength(EcmaRuntimeCallInfo *argv) in SetLength() 127 JSTaggedValue ContainersVector::GetCapacity(EcmaRuntimeCallInfo *argv) in GetCapacity() 148 JSTaggedValue ContainersVector::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo() 175 JSTaggedValue ContainersVector::Get(EcmaRuntimeCallInfo *argv) in Get() 201 JSTaggedValue ContainersVector::GetIndexOf(EcmaRuntimeCallInfo *argv) in GetIndexOf() 223 JSTaggedValue ContainersVector::GetIndexFrom(EcmaRuntimeCallInfo *argv) in GetIndexFrom() 251 JSTaggedValue ContainersVector::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty() [all …]
|
| D | containers_linked_list.cpp | 29 JSTaggedValue ContainersLinkedList::LinkedListConstructor(EcmaRuntimeCallInfo *argv) in LinkedListConstructor() 52 JSTaggedValue ContainersLinkedList::Add(EcmaRuntimeCallInfo *argv) in Add() 75 JSTaggedValue ContainersLinkedList::AddFirst(EcmaRuntimeCallInfo *argv) in AddFirst() 98 JSTaggedValue ContainersLinkedList::GetFirst(EcmaRuntimeCallInfo *argv) in GetFirst() 118 JSTaggedValue ContainersLinkedList::GetLast(EcmaRuntimeCallInfo *argv) in GetLast() 138 JSTaggedValue ContainersLinkedList::Length(EcmaRuntimeCallInfo *argv) in Length() 158 JSTaggedValue ContainersLinkedList::Insert(EcmaRuntimeCallInfo *argv) in Insert() 195 JSTaggedValue ContainersLinkedList::Clear(EcmaRuntimeCallInfo *argv) in Clear() 216 JSTaggedValue ContainersLinkedList::Clone(EcmaRuntimeCallInfo *argv) in Clone() 238 JSTaggedValue ContainersLinkedList::Has(EcmaRuntimeCallInfo *argv) in Has() [all …]
|
| D | containers_lightweightmap.cpp | 32 JSTaggedValue ContainersLightWeightMap::LightWeightMapConstructor(EcmaRuntimeCallInfo *argv) in LightWeightMapConstructor() 60 JSTaggedValue ContainersLightWeightMap::Length(EcmaRuntimeCallInfo *argv) in Length() 81 JSTaggedValue ContainersLightWeightMap::HasAll(EcmaRuntimeCallInfo *argv) in HasAll() 118 JSTaggedValue ContainersLightWeightMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey() 140 JSTaggedValue ContainersLightWeightMap::HasValue(EcmaRuntimeCallInfo *argv) in HasValue() 162 JSTaggedValue ContainersLightWeightMap::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo() 197 JSTaggedValue ContainersLightWeightMap::Entries(EcmaRuntimeCallInfo *argv) in Entries() 209 JSTaggedValue ContainersLightWeightMap::Get(EcmaRuntimeCallInfo *argv) in Get() 232 JSTaggedValue ContainersLightWeightMap::GetIndexOfKey(EcmaRuntimeCallInfo *argv) in GetIndexOfKey() 256 JSTaggedValue ContainersLightWeightMap::GetIndexOfValue(EcmaRuntimeCallInfo *argv) in GetIndexOfValue() [all …]
|
| D | containers_lightweightset.cpp | 27 JSTaggedValue ContainersLightWeightSet::LightWeightSetConstructor(EcmaRuntimeCallInfo *argv) in LightWeightSetConstructor() 55 JSTaggedValue ContainersLightWeightSet::Add(EcmaRuntimeCallInfo *argv) in Add() 76 JSTaggedValue ContainersLightWeightSet::AddAll(EcmaRuntimeCallInfo *argv) in AddAll() 110 JSTaggedValue ContainersLightWeightSet::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty() 130 JSTaggedValue ContainersLightWeightSet::GetValueAt(EcmaRuntimeCallInfo *argv) in GetValueAt() 160 JSTaggedValue ContainersLightWeightSet::HasAll(EcmaRuntimeCallInfo *argv) in HasAll() 193 JSTaggedValue ContainersLightWeightSet::Has(EcmaRuntimeCallInfo *argv) in Has() 214 JSTaggedValue ContainersLightWeightSet::HasHash(EcmaRuntimeCallInfo *argv) in HasHash() 235 JSTaggedValue ContainersLightWeightSet::Equal(EcmaRuntimeCallInfo *argv) in Equal() 255 JSTaggedValue ContainersLightWeightSet::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo() [all …]
|
| D | containers_treemap.cpp | 28 JSTaggedValue ContainersTreeMap::TreeMapConstructor(EcmaRuntimeCallInfo *argv) in TreeMapConstructor() 72 JSTaggedValue ContainersTreeMap::Set(EcmaRuntimeCallInfo *argv) in Set() 99 JSTaggedValue ContainersTreeMap::Get(EcmaRuntimeCallInfo *argv) in Get() 122 JSTaggedValue ContainersTreeMap::Remove(EcmaRuntimeCallInfo *argv) in Remove() 144 JSTaggedValue ContainersTreeMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey() 169 JSTaggedValue ContainersTreeMap::HasValue(EcmaRuntimeCallInfo *argv) in HasValue() 191 JSTaggedValue ContainersTreeMap::GetFirstKey(EcmaRuntimeCallInfo *argv) in GetFirstKey() 212 JSTaggedValue ContainersTreeMap::GetLastKey(EcmaRuntimeCallInfo *argv) in GetLastKey() 233 JSTaggedValue ContainersTreeMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll() 274 JSTaggedValue ContainersTreeMap::Clear(EcmaRuntimeCallInfo *argv) in Clear() [all …]
|
| D | containers_arraylist.cpp | 31 JSTaggedValue ContainersArrayList::ArrayListConstructor(EcmaRuntimeCallInfo *argv) in ArrayListConstructor() 53 JSTaggedValue ContainersArrayList::Add(EcmaRuntimeCallInfo *argv) in Add() 75 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 …]
|
| D | containers_treeset.cpp | 28 JSTaggedValue ContainersTreeSet::TreeSetConstructor(EcmaRuntimeCallInfo *argv) in TreeSetConstructor() 71 JSTaggedValue ContainersTreeSet::Add(EcmaRuntimeCallInfo *argv) in Add() 96 JSTaggedValue ContainersTreeSet::Remove(EcmaRuntimeCallInfo *argv) in Remove() 118 JSTaggedValue ContainersTreeSet::Has(EcmaRuntimeCallInfo *argv) in Has() 143 JSTaggedValue ContainersTreeSet::GetFirstValue(EcmaRuntimeCallInfo *argv) in GetFirstValue() 164 JSTaggedValue ContainersTreeSet::GetLastValue(EcmaRuntimeCallInfo *argv) in GetLastValue() 185 JSTaggedValue ContainersTreeSet::Clear(EcmaRuntimeCallInfo *argv) in Clear() 206 JSTaggedValue ContainersTreeSet::GetLowerValue(EcmaRuntimeCallInfo *argv) in GetLowerValue() 237 JSTaggedValue ContainersTreeSet::GetHigherValue(EcmaRuntimeCallInfo *argv) in GetHigherValue() 268 JSTaggedValue ContainersTreeSet::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst() [all …]
|
| D | containers_deque.cpp | 31 JSTaggedValue ContainersDeque::DequeConstructor(EcmaRuntimeCallInfo *argv) in DequeConstructor() 53 JSTaggedValue ContainersDeque::InsertFront(EcmaRuntimeCallInfo *argv) in InsertFront() 78 JSTaggedValue ContainersDeque::InsertEnd(EcmaRuntimeCallInfo *argv) in InsertEnd() 102 JSTaggedValue ContainersDeque::GetFirst(EcmaRuntimeCallInfo *argv) in GetFirst() 125 JSTaggedValue ContainersDeque::GetLast(EcmaRuntimeCallInfo *argv) in GetLast() 148 JSTaggedValue ContainersDeque::Has(EcmaRuntimeCallInfo *argv) in Has() 173 JSTaggedValue ContainersDeque::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst() 196 JSTaggedValue ContainersDeque::PopLast(EcmaRuntimeCallInfo *argv) in PopLast() 219 JSTaggedValue ContainersDeque::ForEach(EcmaRuntimeCallInfo *argv) in ForEach() 273 JSTaggedValue ContainersDeque::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj() [all …]
|
| D | containers_hashmap.cpp | 31 JSTaggedValue ContainersHashMap::HashMapConstructor(EcmaRuntimeCallInfo *argv) in HashMapConstructor() 59 JSTaggedValue ContainersHashMap::Keys(EcmaRuntimeCallInfo *argv) in Keys() 80 JSTaggedValue ContainersHashMap::Values(EcmaRuntimeCallInfo *argv) in Values() 101 JSTaggedValue ContainersHashMap::Entries(EcmaRuntimeCallInfo *argv) in Entries() 122 JSTaggedValue ContainersHashMap::ForEach(EcmaRuntimeCallInfo *argv) in ForEach() 175 JSTaggedValue ContainersHashMap::Set(EcmaRuntimeCallInfo *argv) in Set() 199 JSTaggedValue ContainersHashMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll() 236 JSTaggedValue ContainersHashMap::Get(EcmaRuntimeCallInfo *argv) in Get() 257 JSTaggedValue ContainersHashMap::Remove(EcmaRuntimeCallInfo *argv) in Remove() 279 JSTaggedValue ContainersHashMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey() [all …]
|
| D | containers_hashset.cpp | 29 JSTaggedValue ContainersHashSet::HashSetConstructor(EcmaRuntimeCallInfo *argv) in HashSetConstructor() 56 JSTaggedValue ContainersHashSet::Values(EcmaRuntimeCallInfo *argv) in Values() 76 JSTaggedValue ContainersHashSet::Entries(EcmaRuntimeCallInfo *argv) in Entries() 97 JSTaggedValue ContainersHashSet::Add(EcmaRuntimeCallInfo *argv) in Add() 122 JSTaggedValue ContainersHashSet::Remove(EcmaRuntimeCallInfo *argv) in Remove() 145 JSTaggedValue ContainersHashSet::Has(EcmaRuntimeCallInfo *argv) in Has() 167 JSTaggedValue ContainersHashSet::Clear(EcmaRuntimeCallInfo *argv) in Clear() 189 JSTaggedValue ContainersHashSet::GetLength(EcmaRuntimeCallInfo *argv) in GetLength() 211 JSTaggedValue ContainersHashSet::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty() 232 JSTaggedValue ContainersHashSet::ForEach(EcmaRuntimeCallInfo *argv) in ForEach()
|
| D | containers_plainarray.cpp | 26 JSTaggedValue ContainersPlainArray::PlainArrayConstructor(EcmaRuntimeCallInfo *argv) in PlainArrayConstructor() 53 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() 156 JSTaggedValue ContainersPlainArray::Get(EcmaRuntimeCallInfo *argv) in Get() 187 JSTaggedValue ContainersPlainArray::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj() 208 JSTaggedValue ContainersPlainArray::ForEach(EcmaRuntimeCallInfo *argv) in ForEach() 236 JSTaggedValue ContainersPlainArray::ToString(EcmaRuntimeCallInfo *argv) in ToString() 255 JSTaggedValue ContainersPlainArray::GetIndexOfKey(EcmaRuntimeCallInfo *argv) in GetIndexOfKey() [all …]
|
| D | containers_list.cpp | 29 JSTaggedValue ContainersList::ListConstructor(EcmaRuntimeCallInfo *argv) in ListConstructor() 54 JSTaggedValue ContainersList::Add(EcmaRuntimeCallInfo *argv) in Add() 77 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() 219 JSTaggedValue ContainersList::GetIndexOf(EcmaRuntimeCallInfo *argv) in GetIndexOf() 240 JSTaggedValue ContainersList::GetLastIndexOf(EcmaRuntimeCallInfo *argv) in GetLastIndexOf() [all …]
|