| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_errors.cpp | 30 JSTaggedValue BuiltinsError::ErrorConstructor(EcmaRuntimeCallInfo *argv) in ErrorConstructor() 35 JSTaggedValue BuiltinsError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 41 JSTaggedValue BuiltinsRangeError::RangeErrorConstructor(EcmaRuntimeCallInfo *argv) in RangeErrorConstructor() 46 JSTaggedValue BuiltinsRangeError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 52 JSTaggedValue BuiltinsReferenceError::ReferenceErrorConstructor(EcmaRuntimeCallInfo *argv) in ReferenceErrorConstructor() 57 JSTaggedValue BuiltinsReferenceError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 63 JSTaggedValue BuiltinsTypeError::TypeErrorConstructor(EcmaRuntimeCallInfo *argv) in TypeErrorConstructor() 68 JSTaggedValue BuiltinsTypeError::ToString(EcmaRuntimeCallInfo *argv) in ToString() 73 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() 81 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() 199 JSTaggedValue BuiltinsDataView::GetFloat64(EcmaRuntimeCallInfo *argv) in GetFloat64() 206 JSTaggedValue BuiltinsDataView::GetInt8(EcmaRuntimeCallInfo *argv) in GetInt8() 213 JSTaggedValue BuiltinsDataView::GetInt16(EcmaRuntimeCallInfo *argv) in GetInt16() 220 JSTaggedValue BuiltinsDataView::GetInt32(EcmaRuntimeCallInfo *argv) in GetInt32() 227 JSTaggedValue BuiltinsDataView::GetUint8(EcmaRuntimeCallInfo *argv) in GetUint8() [all …]
|
| D | builtins_iterator.cpp | 24 JSTaggedValue BuiltinsIterator::IteratorConstructor([[maybe_unused]] EcmaRuntimeCallInfo *argv) in IteratorConstructor() 29 JSTaggedValue BuiltinsIterator::Next([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Next() 34 JSTaggedValue BuiltinsIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw() 39 JSTaggedValue BuiltinsIterator::Return(EcmaRuntimeCallInfo *argv) in Return() 49 JSTaggedValue BuiltinsIterator::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
|
| D | builtins_async_iterator.cpp | 24 …edValue BuiltinsAsyncIterator::AsyncIteratorConstructor([[maybe_unused]] EcmaRuntimeCallInfo *argv) in AsyncIteratorConstructor() 29 JSTaggedValue BuiltinsAsyncIterator::Next([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Next() 34 JSTaggedValue BuiltinsAsyncIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw() 39 JSTaggedValue BuiltinsAsyncIterator::Return(EcmaRuntimeCallInfo *argv) in Return() 58 JSTaggedValue BuiltinsAsyncIterator::GetAsyncIteratorObj(EcmaRuntimeCallInfo *argv) in GetAsyncIteratorObj()
|
| D | builtins_math.cpp | 29 JSTaggedValue BuiltinsMath::Abs(EcmaRuntimeCallInfo *argv) in Abs() 47 JSTaggedValue BuiltinsMath::Acos(EcmaRuntimeCallInfo *argv) in Acos() 65 JSTaggedValue BuiltinsMath::Acosh(EcmaRuntimeCallInfo *argv) in Acosh() 82 JSTaggedValue BuiltinsMath::Asin(EcmaRuntimeCallInfo *argv) in Asin() 99 JSTaggedValue BuiltinsMath::Asinh(EcmaRuntimeCallInfo *argv) in Asinh() 117 JSTaggedValue BuiltinsMath::Atan(EcmaRuntimeCallInfo *argv) in Atan() 135 JSTaggedValue BuiltinsMath::Atanh(EcmaRuntimeCallInfo *argv) in Atanh() 152 JSTaggedValue BuiltinsMath::Atan2(EcmaRuntimeCallInfo *argv) in Atan2() 181 JSTaggedValue BuiltinsMath::Cbrt(EcmaRuntimeCallInfo *argv) in Cbrt() 199 JSTaggedValue BuiltinsMath::Ceil(EcmaRuntimeCallInfo *argv) in Ceil() [all …]
|
| 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_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() 60 JSTaggedValue BuiltinsTypedArray::Uint8ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint8ArrayConstructor() 68 JSTaggedValue BuiltinsTypedArray::Uint8ClampedArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint8ClampedArrayConstructor() 77 JSTaggedValue BuiltinsTypedArray::Int16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int16ArrayConstructor() 85 JSTaggedValue BuiltinsTypedArray::Uint16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint16ArrayConstructor() 93 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor() 101 JSTaggedValue BuiltinsTypedArray::Uint32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint32ArrayConstructor() 109 JSTaggedValue BuiltinsTypedArray::Float32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float32ArrayConstructor() 117 JSTaggedValue BuiltinsTypedArray::Float64ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float64ArrayConstructor() [all …]
|
| D | builtins_number.cpp | 34 JSTaggedValue BuiltinsNumber::NumberConstructor(EcmaRuntimeCallInfo *argv) in NumberConstructor() 74 JSTaggedValue BuiltinsNumber::IsFinite(EcmaRuntimeCallInfo *argv) in IsFinite() 88 JSTaggedValue BuiltinsNumber::IsInteger(EcmaRuntimeCallInfo *argv) in IsInteger() 110 JSTaggedValue BuiltinsNumber::IsNaN(EcmaRuntimeCallInfo *argv) in IsNaN() 125 JSTaggedValue BuiltinsNumber::IsSafeInteger(EcmaRuntimeCallInfo *argv) in IsSafeInteger() 148 JSTaggedValue BuiltinsNumber::ParseFloat(EcmaRuntimeCallInfo *argv) in ParseFloat() 175 JSTaggedValue BuiltinsNumber::ParseInt(EcmaRuntimeCallInfo *argv) in ParseInt() 202 JSTaggedValue BuiltinsNumber::ToExponential(EcmaRuntimeCallInfo *argv) in ToExponential() 250 JSTaggedValue BuiltinsNumber::ToFixed(EcmaRuntimeCallInfo *argv) in ToFixed() 291 JSTaggedValue BuiltinsNumber::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString() [all …]
|
| D | builtins_locale.cpp | 25 JSTaggedValue BuiltinsLocale::LocaleConstructor(EcmaRuntimeCallInfo *argv) in LocaleConstructor() 79 JSTaggedValue BuiltinsLocale::Maximize(EcmaRuntimeCallInfo *argv) in Maximize() 110 JSTaggedValue BuiltinsLocale::Minimize(EcmaRuntimeCallInfo *argv) in Minimize() 144 JSTaggedValue BuiltinsLocale::ToString(EcmaRuntimeCallInfo *argv) in ToString() 159 JSTaggedValue BuiltinsLocale::GetBaseName(EcmaRuntimeCallInfo *argv) in GetBaseName() 177 JSTaggedValue BuiltinsLocale::GetCalendar(EcmaRuntimeCallInfo *argv) in GetCalendar() 193 JSTaggedValue BuiltinsLocale::GetCaseFirst(EcmaRuntimeCallInfo *argv) in GetCaseFirst() 210 JSTaggedValue BuiltinsLocale::GetCollation(EcmaRuntimeCallInfo *argv) in GetCollation() 226 JSTaggedValue BuiltinsLocale::GetHourCycle(EcmaRuntimeCallInfo *argv) in GetHourCycle() 242 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() 144 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete() 163 JSTaggedValue BuiltinsSet::Has(EcmaRuntimeCallInfo *argv) in Has() 181 JSTaggedValue BuiltinsSet::ForEach([[maybe_unused]] EcmaRuntimeCallInfo *argv) in ForEach() 235 JSTaggedValue BuiltinsSet::Species([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Species() 240 JSTaggedValue BuiltinsSet::GetSize(EcmaRuntimeCallInfo *argv) in GetSize() 257 JSTaggedValue BuiltinsSet::Entries(EcmaRuntimeCallInfo *argv) in Entries() 268 JSTaggedValue BuiltinsSet::Values(EcmaRuntimeCallInfo *argv) in Values()
|
| 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() 142 JSTaggedValue BuiltinsMap::Get(EcmaRuntimeCallInfo *argv) in Get() 159 JSTaggedValue BuiltinsMap::ForEach([[maybe_unused]] EcmaRuntimeCallInfo *argv) in ForEach() 213 JSTaggedValue BuiltinsMap::Species([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Species() 218 JSTaggedValue BuiltinsMap::GetSize(EcmaRuntimeCallInfo *argv) in GetSize() 234 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() 194 JSTaggedValue ContainersLinkedList::Clear(EcmaRuntimeCallInfo *argv) in Clear() 215 JSTaggedValue ContainersLinkedList::Clone(EcmaRuntimeCallInfo *argv) in Clone() 237 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() 117 JSTaggedValue ContainersLightWeightMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey() 139 JSTaggedValue ContainersLightWeightMap::HasValue(EcmaRuntimeCallInfo *argv) in HasValue() 161 JSTaggedValue ContainersLightWeightMap::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo() 195 JSTaggedValue ContainersLightWeightMap::Entries(EcmaRuntimeCallInfo *argv) in Entries() 207 JSTaggedValue ContainersLightWeightMap::Get(EcmaRuntimeCallInfo *argv) in Get() 230 JSTaggedValue ContainersLightWeightMap::GetIndexOfKey(EcmaRuntimeCallInfo *argv) in GetIndexOfKey() 254 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() 109 JSTaggedValue ContainersLightWeightSet::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty() 129 JSTaggedValue ContainersLightWeightSet::GetValueAt(EcmaRuntimeCallInfo *argv) in GetValueAt() 158 JSTaggedValue ContainersLightWeightSet::HasAll(EcmaRuntimeCallInfo *argv) in HasAll() 190 JSTaggedValue ContainersLightWeightSet::Has(EcmaRuntimeCallInfo *argv) in Has() 211 JSTaggedValue ContainersLightWeightSet::HasHash(EcmaRuntimeCallInfo *argv) in HasHash() 232 JSTaggedValue ContainersLightWeightSet::Equal(EcmaRuntimeCallInfo *argv) in Equal() 252 JSTaggedValue ContainersLightWeightSet::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo() [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() 107 JSTaggedValue ContainersArrayList::Clear(EcmaRuntimeCallInfo *argv) in Clear() 130 JSTaggedValue ContainersArrayList::Clone(EcmaRuntimeCallInfo *argv) in Clone() 153 JSTaggedValue ContainersArrayList::Has(EcmaRuntimeCallInfo *argv) in Has() 177 JSTaggedValue ContainersArrayList::GetCapacity(EcmaRuntimeCallInfo *argv) in GetCapacity() 200 JSTaggedValue ContainersArrayList::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo() 233 JSTaggedValue ContainersArrayList::TrimToCurrentLength(EcmaRuntimeCallInfo *argv) in TrimToCurrentLength() 256 JSTaggedValue ContainersArrayList::Get(EcmaRuntimeCallInfo *argv) in Get() [all …]
|
| D | containers_treemap.cpp | 28 JSTaggedValue ContainersTreeMap::TreeMapConstructor(EcmaRuntimeCallInfo *argv) in TreeMapConstructor() 71 JSTaggedValue ContainersTreeMap::Set(EcmaRuntimeCallInfo *argv) in Set() 98 JSTaggedValue ContainersTreeMap::Get(EcmaRuntimeCallInfo *argv) in Get() 121 JSTaggedValue ContainersTreeMap::Remove(EcmaRuntimeCallInfo *argv) in Remove() 143 JSTaggedValue ContainersTreeMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey() 168 JSTaggedValue ContainersTreeMap::HasValue(EcmaRuntimeCallInfo *argv) in HasValue() 190 JSTaggedValue ContainersTreeMap::GetFirstKey(EcmaRuntimeCallInfo *argv) in GetFirstKey() 211 JSTaggedValue ContainersTreeMap::GetLastKey(EcmaRuntimeCallInfo *argv) in GetLastKey() 232 JSTaggedValue ContainersTreeMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll() 272 JSTaggedValue ContainersTreeMap::Clear(EcmaRuntimeCallInfo *argv) in Clear() [all …]
|
| D | containers_treeset.cpp | 28 JSTaggedValue ContainersTreeSet::TreeSetConstructor(EcmaRuntimeCallInfo *argv) in TreeSetConstructor() 70 JSTaggedValue ContainersTreeSet::Add(EcmaRuntimeCallInfo *argv) in Add() 95 JSTaggedValue ContainersTreeSet::Remove(EcmaRuntimeCallInfo *argv) in Remove() 117 JSTaggedValue ContainersTreeSet::Has(EcmaRuntimeCallInfo *argv) in Has() 142 JSTaggedValue ContainersTreeSet::GetFirstValue(EcmaRuntimeCallInfo *argv) in GetFirstValue() 163 JSTaggedValue ContainersTreeSet::GetLastValue(EcmaRuntimeCallInfo *argv) in GetLastValue() 184 JSTaggedValue ContainersTreeSet::Clear(EcmaRuntimeCallInfo *argv) in Clear() 205 JSTaggedValue ContainersTreeSet::GetLowerValue(EcmaRuntimeCallInfo *argv) in GetLowerValue() 235 JSTaggedValue ContainersTreeSet::GetHigherValue(EcmaRuntimeCallInfo *argv) in GetHigherValue() 265 JSTaggedValue ContainersTreeSet::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst() [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() 174 JSTaggedValue ContainersHashMap::Set(EcmaRuntimeCallInfo *argv) in Set() 198 JSTaggedValue ContainersHashMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll() 234 JSTaggedValue ContainersHashMap::Get(EcmaRuntimeCallInfo *argv) in Get() 255 JSTaggedValue ContainersHashMap::Remove(EcmaRuntimeCallInfo *argv) in Remove() 277 JSTaggedValue ContainersHashMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey() [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() 272 JSTaggedValue ContainersDeque::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj() [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() 82 JSTaggedValue ContainersPlainArray::Clear(EcmaRuntimeCallInfo *argv) in Clear() 103 JSTaggedValue ContainersPlainArray::Clone(EcmaRuntimeCallInfo *argv) in Clone() 124 JSTaggedValue ContainersPlainArray::Has(EcmaRuntimeCallInfo *argv) in Has() 154 JSTaggedValue ContainersPlainArray::Get(EcmaRuntimeCallInfo *argv) in Get() 184 JSTaggedValue ContainersPlainArray::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj() 205 JSTaggedValue ContainersPlainArray::ForEach(EcmaRuntimeCallInfo *argv) in ForEach() 232 JSTaggedValue ContainersPlainArray::ToString(EcmaRuntimeCallInfo *argv) in ToString() 251 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() 108 JSTaggedValue ContainersList::GetFirst(EcmaRuntimeCallInfo *argv) in GetFirst() 128 JSTaggedValue ContainersList::GetLast(EcmaRuntimeCallInfo *argv) in GetLast() 148 JSTaggedValue ContainersList::Has(EcmaRuntimeCallInfo *argv) in Has() 169 JSTaggedValue ContainersList::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty() 189 JSTaggedValue ContainersList::Get(EcmaRuntimeCallInfo *argv) in Get() 217 JSTaggedValue ContainersList::GetIndexOf(EcmaRuntimeCallInfo *argv) in GetIndexOf() 238 JSTaggedValue ContainersList::GetLastIndexOf(EcmaRuntimeCallInfo *argv) in GetLastIndexOf() [all …]
|
| D | containers_stack.cpp | 29 JSTaggedValue ContainersStack::StackConstructor(EcmaRuntimeCallInfo *argv) in StackConstructor() 53 JSTaggedValue ContainersStack::IsEmpty(EcmaRuntimeCallInfo *argv) in IsEmpty() 76 JSTaggedValue ContainersStack::Push(EcmaRuntimeCallInfo *argv) in Push() 99 JSTaggedValue ContainersStack::Peek(EcmaRuntimeCallInfo *argv) in Peek() 123 JSTaggedValue ContainersStack::Locate(EcmaRuntimeCallInfo *argv) in Locate() 147 JSTaggedValue ContainersStack::Pop(EcmaRuntimeCallInfo *argv) in Pop() 170 JSTaggedValue ContainersStack::ForEach(EcmaRuntimeCallInfo *argv) in ForEach() 217 JSTaggedValue ContainersStack::Iterator(EcmaRuntimeCallInfo *argv) in Iterator() 238 JSTaggedValue ContainersStack::GetLength(EcmaRuntimeCallInfo *argv) in GetLength()
|