Home
last modified time | relevance | path

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

1234

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp24 JSTaggedValue BuiltinsError::ErrorConstructor(EcmaRuntimeCallInfo *argv) in ErrorConstructor()
29 JSTaggedValue BuiltinsError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
35 JSTaggedValue BuiltinsRangeError::RangeErrorConstructor(EcmaRuntimeCallInfo *argv) in RangeErrorConstructor()
40 JSTaggedValue BuiltinsRangeError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
46 JSTaggedValue BuiltinsReferenceError::ReferenceErrorConstructor(EcmaRuntimeCallInfo *argv) in ReferenceErrorConstructor()
51 JSTaggedValue BuiltinsReferenceError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
57 JSTaggedValue BuiltinsTypeError::TypeErrorConstructor(EcmaRuntimeCallInfo *argv) in TypeErrorConstructor()
62 JSTaggedValue BuiltinsTypeError::ToString(EcmaRuntimeCallInfo *argv) in ToString()
67 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError()
75 JSTaggedValue BuiltinsURIError::URIErrorConstructor(EcmaRuntimeCallInfo *argv) in URIErrorConstructor()
[all …]
Dbuiltins_dataview.cpp28 JSTaggedValue BuiltinsDataView::DataViewConstructor(EcmaRuntimeCallInfo *argv) in DataViewConstructor()
107 JSTaggedValue BuiltinsDataView::GetBuffer(EcmaRuntimeCallInfo *argv) in GetBuffer()
131 JSTaggedValue BuiltinsDataView::GetByteLength(EcmaRuntimeCallInfo *argv) in GetByteLength()
161 JSTaggedValue BuiltinsDataView::GetOffset(EcmaRuntimeCallInfo *argv) in GetOffset()
191 JSTaggedValue BuiltinsDataView::GetFloat32(EcmaRuntimeCallInfo *argv) in GetFloat32()
198 JSTaggedValue BuiltinsDataView::GetFloat64(EcmaRuntimeCallInfo *argv) in GetFloat64()
205 JSTaggedValue BuiltinsDataView::GetInt8(EcmaRuntimeCallInfo *argv) in GetInt8()
212 JSTaggedValue BuiltinsDataView::GetInt16(EcmaRuntimeCallInfo *argv) in GetInt16()
219 JSTaggedValue BuiltinsDataView::GetInt32(EcmaRuntimeCallInfo *argv) in GetInt32()
226 JSTaggedValue BuiltinsDataView::GetUint8(EcmaRuntimeCallInfo *argv) in GetUint8()
[all …]
Dbuiltins_iterator.cpp23 JSTaggedValue BuiltinsIterator::IteratorConstructor([[maybe_unused]] EcmaRuntimeCallInfo *argv) in IteratorConstructor()
28 JSTaggedValue BuiltinsIterator::Next([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Next()
33 JSTaggedValue BuiltinsIterator::Throw([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Throw()
38 JSTaggedValue BuiltinsIterator::Return(EcmaRuntimeCallInfo *argv) in Return()
48 JSTaggedValue BuiltinsIterator::GetIteratorObj(EcmaRuntimeCallInfo *argv) in GetIteratorObj()
Dbuiltins_math.cpp30 JSTaggedValue BuiltinsMath::Abs(EcmaRuntimeCallInfo *argv) in Abs()
48 JSTaggedValue BuiltinsMath::Acos(EcmaRuntimeCallInfo *argv) in Acos()
66 JSTaggedValue BuiltinsMath::Acosh(EcmaRuntimeCallInfo *argv) in Acosh()
83 JSTaggedValue BuiltinsMath::Asin(EcmaRuntimeCallInfo *argv) in Asin()
100 JSTaggedValue BuiltinsMath::Asinh(EcmaRuntimeCallInfo *argv) in Asinh()
118 JSTaggedValue BuiltinsMath::Atan(EcmaRuntimeCallInfo *argv) in Atan()
136 JSTaggedValue BuiltinsMath::Atanh(EcmaRuntimeCallInfo *argv) in Atanh()
153 JSTaggedValue BuiltinsMath::Atan2(EcmaRuntimeCallInfo *argv) in Atan2()
182 JSTaggedValue BuiltinsMath::Cbrt(EcmaRuntimeCallInfo *argv) in Cbrt()
200 JSTaggedValue BuiltinsMath::Ceil(EcmaRuntimeCallInfo *argv) in Ceil()
[all …]
Dbuiltins_object.cpp30 JSTaggedValue BuiltinsObject::ObjectConstructor(EcmaRuntimeCallInfo *argv) in ObjectConstructor()
61 JSTaggedValue BuiltinsObject::Assign(EcmaRuntimeCallInfo *argv) in Assign()
206 JSTaggedValue BuiltinsObject::Create(EcmaRuntimeCallInfo *argv) in Create()
235 JSTaggedValue BuiltinsObject::DefineProperties(EcmaRuntimeCallInfo *argv) in DefineProperties()
246 JSTaggedValue BuiltinsObject::DefineProperty(EcmaRuntimeCallInfo *argv) in DefineProperty()
283 JSTaggedValue BuiltinsObject::Freeze(EcmaRuntimeCallInfo *argv) in Freeze()
314 JSTaggedValue BuiltinsObject::GetOwnPropertyDesciptor(EcmaRuntimeCallInfo *argv) in GetOwnPropertyDesciptor()
404 JSTaggedValue BuiltinsObject::GetOwnPropertyNames(EcmaRuntimeCallInfo *argv) in GetOwnPropertyNames()
417 JSTaggedValue BuiltinsObject::GetOwnPropertySymbols(EcmaRuntimeCallInfo *argv) in GetOwnPropertySymbols()
430 JSTaggedValue BuiltinsObject::GetPrototypeOf(EcmaRuntimeCallInfo *argv) in GetPrototypeOf()
[all …]
Dbuiltins_reflect.cpp22 JSTaggedValue BuiltinsReflect::ReflectApply(EcmaRuntimeCallInfo *argv) in ReflectApply()
48 JSTaggedValue BuiltinsReflect::ReflectConstruct(EcmaRuntimeCallInfo *argv) in ReflectConstruct()
79 JSTaggedValue BuiltinsReflect::ReflectDefineProperty(EcmaRuntimeCallInfo *argv) in ReflectDefineProperty()
103 JSTaggedValue BuiltinsReflect::ReflectDeleteProperty(EcmaRuntimeCallInfo *argv) in ReflectDeleteProperty()
122 JSTaggedValue BuiltinsReflect::ReflectGet(EcmaRuntimeCallInfo *argv) in ReflectGet()
148 JSTaggedValue BuiltinsReflect::ReflectGetOwnPropertyDescriptor(EcmaRuntimeCallInfo *argv) in ReflectGetOwnPropertyDescriptor()
174 JSTaggedValue BuiltinsReflect::ReflectGetPrototypeOf(EcmaRuntimeCallInfo *argv) in ReflectGetPrototypeOf()
191 JSTaggedValue BuiltinsReflect::ReflectHas(EcmaRuntimeCallInfo *argv) in ReflectHas()
210 JSTaggedValue BuiltinsReflect::ReflectIsExtensible(EcmaRuntimeCallInfo *argv) in ReflectIsExtensible()
225 JSTaggedValue BuiltinsReflect::ReflectOwnKeys(EcmaRuntimeCallInfo *argv) in ReflectOwnKeys()
[all …]
Dbuiltins_typedarray.cpp42 JSTaggedValue BuiltinsTypedArray::TypedArrayBaseConstructor(EcmaRuntimeCallInfo *argv) in TypedArrayBaseConstructor()
50 JSTaggedValue BuiltinsTypedArray::Int8ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int8ArrayConstructor()
57 JSTaggedValue BuiltinsTypedArray::Uint8ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint8ArrayConstructor()
64 JSTaggedValue BuiltinsTypedArray::Uint8ClampedArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint8ClampedArrayConstructor()
72 JSTaggedValue BuiltinsTypedArray::Int16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int16ArrayConstructor()
79 JSTaggedValue BuiltinsTypedArray::Uint16ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint16ArrayConstructor()
86 JSTaggedValue BuiltinsTypedArray::Int32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Int32ArrayConstructor()
93 JSTaggedValue BuiltinsTypedArray::Uint32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Uint32ArrayConstructor()
100 JSTaggedValue BuiltinsTypedArray::Float32ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float32ArrayConstructor()
107 JSTaggedValue BuiltinsTypedArray::Float64ArrayConstructor(EcmaRuntimeCallInfo *argv) in Float64ArrayConstructor()
[all …]
Dbuiltins_number.cpp34 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()
183 JSTaggedValue BuiltinsNumber::ParseInt(EcmaRuntimeCallInfo *argv) in ParseInt()
218 JSTaggedValue BuiltinsNumber::ToExponential(EcmaRuntimeCallInfo *argv) in ToExponential()
266 JSTaggedValue BuiltinsNumber::ToFixed(EcmaRuntimeCallInfo *argv) in ToFixed()
306 JSTaggedValue BuiltinsNumber::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString()
[all …]
Dbuiltins_locale.cpp25 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 …]
Dbuiltins_set.cpp28 JSTaggedValue BuiltinsSet::SetConstructor(EcmaRuntimeCallInfo *argv) in SetConstructor()
104 JSTaggedValue BuiltinsSet::Add(EcmaRuntimeCallInfo *argv) in Add()
125 JSTaggedValue BuiltinsSet::Clear(EcmaRuntimeCallInfo *argv) in Clear()
143 JSTaggedValue BuiltinsSet::Delete(EcmaRuntimeCallInfo *argv) in Delete()
162 JSTaggedValue BuiltinsSet::Has(EcmaRuntimeCallInfo *argv) in Has()
180 JSTaggedValue BuiltinsSet::ForEach([[maybe_unused]] EcmaRuntimeCallInfo *argv) in ForEach()
219 JSTaggedValue BuiltinsSet::Species([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Species()
224 JSTaggedValue BuiltinsSet::GetSize(EcmaRuntimeCallInfo *argv) in GetSize()
241 JSTaggedValue BuiltinsSet::Entries(EcmaRuntimeCallInfo *argv) in Entries()
252 JSTaggedValue BuiltinsSet::Values(EcmaRuntimeCallInfo *argv) in Values()
Dbuiltins_map.cpp27 JSTaggedValue BuiltinsMap::MapConstructor(EcmaRuntimeCallInfo *argv) in MapConstructor()
126 JSTaggedValue BuiltinsMap::Set(EcmaRuntimeCallInfo *argv) in Set()
147 JSTaggedValue BuiltinsMap::Clear(EcmaRuntimeCallInfo *argv) in Clear()
165 JSTaggedValue BuiltinsMap::Delete(EcmaRuntimeCallInfo *argv) in Delete()
183 JSTaggedValue BuiltinsMap::Has(EcmaRuntimeCallInfo *argv) in Has()
200 JSTaggedValue BuiltinsMap::Get(EcmaRuntimeCallInfo *argv) in Get()
217 JSTaggedValue BuiltinsMap::ForEach([[maybe_unused]] EcmaRuntimeCallInfo *argv) in ForEach()
260 JSTaggedValue BuiltinsMap::Species([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Species()
265 JSTaggedValue BuiltinsMap::GetSize(EcmaRuntimeCallInfo *argv) in GetSize()
281 JSTaggedValue BuiltinsMap::Entries(EcmaRuntimeCallInfo *argv) in Entries()
[all …]
Dbuiltins_bigint.cpp22 JSTaggedValue BuiltinsBigInt::BigIntConstructor(EcmaRuntimeCallInfo *argv) in BigIntConstructor()
44 JSTaggedValue BuiltinsBigInt::AsUintN(EcmaRuntimeCallInfo *argv) in AsUintN()
62 JSTaggedValue BuiltinsBigInt::AsIntN(EcmaRuntimeCallInfo *argv) in AsIntN()
81 JSTaggedValue BuiltinsBigInt::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString()
125 JSTaggedValue BuiltinsBigInt::ToString(EcmaRuntimeCallInfo *argv) in ToString()
158 JSTaggedValue BuiltinsBigInt::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
166 JSTaggedValue BuiltinsBigInt::ThisBigIntValue(EcmaRuntimeCallInfo *argv) in ThisBigIntValue()
Dbuiltins_date.cpp30 JSTaggedValue BuiltinsDate::DateConstructor(EcmaRuntimeCallInfo *argv) in DateConstructor()
97 JSTaggedValue BuiltinsDate::Now([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Now()
104 JSTaggedValue BuiltinsDate::Parse(EcmaRuntimeCallInfo *argv) in Parse()
112 JSTaggedValue BuiltinsDate::UTC(EcmaRuntimeCallInfo *argv) in UTC()
120 JSTaggedValue BuiltinsDate::GetTime(EcmaRuntimeCallInfo *argv) in GetTime()
133 JSTaggedValue BuiltinsDate::SetTime(EcmaRuntimeCallInfo *argv) in SetTime()
154 JSTaggedValue BuiltinsDate::ToJSON(EcmaRuntimeCallInfo *argv) in ToJSON()
182 JSTaggedValue BuiltinsDate::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
196 JSTaggedValue BuiltinsDate::ToPrimitive(EcmaRuntimeCallInfo *argv) in ToPrimitive()
231 JSTaggedValue BuiltinsDate::ToLocaleString(EcmaRuntimeCallInfo *argv) in ToLocaleString()
[all …]
Dbuiltins_symbol.cpp31 JSTaggedValue BuiltinsSymbol::SymbolConstructor(EcmaRuntimeCallInfo *argv) in SymbolConstructor()
60 JSTaggedValue BuiltinsSymbol::ToString(EcmaRuntimeCallInfo *argv) in ToString()
121 JSTaggedValue BuiltinsSymbol::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
150 JSTaggedValue BuiltinsSymbol::For(EcmaRuntimeCallInfo *argv) in For()
174 JSTaggedValue BuiltinsSymbol::KeyFor(EcmaRuntimeCallInfo *argv) in KeyFor()
200 JSTaggedValue BuiltinsSymbol::ToPrimitive(EcmaRuntimeCallInfo *argv) in ToPrimitive()
231 JSTaggedValue BuiltinsSymbol::DescriptionGetter(EcmaRuntimeCallInfo *argv) in DescriptionGetter()
Dbuiltins_function.cpp26 JSTaggedValue BuiltinsFunction::FunctionConstructor(EcmaRuntimeCallInfo *argv) in FunctionConstructor()
37 …ggedValue BuiltinsFunction::FunctionPrototypeInvokeSelf([[maybe_unused]] EcmaRuntimeCallInfo *argv) in FunctionPrototypeInvokeSelf()
74 JSTaggedValue BuiltinsFunction::FunctionPrototypeApply(EcmaRuntimeCallInfo *argv) in FunctionPrototypeApply()
109 JSTaggedValue BuiltinsFunction::FunctionPrototypeBind(EcmaRuntimeCallInfo *argv) in FunctionPrototypeBind()
201 JSTaggedValue BuiltinsFunction::FunctionPrototypeCall(EcmaRuntimeCallInfo *argv) in FunctionPrototypeCall()
230 JSTaggedValue BuiltinsFunction::FunctionPrototypeToString(EcmaRuntimeCallInfo *argv) in FunctionPrototypeToString()
244 JSTaggedValue BuiltinsFunction::FunctionPrototypeHasInstance(EcmaRuntimeCallInfo *argv) in FunctionPrototypeHasInstance()
Dbuiltins_promise_handler.cpp30 JSTaggedValue BuiltinsPromiseHandler::Resolve(EcmaRuntimeCallInfo *argv) in Resolve()
105 JSTaggedValue BuiltinsPromiseHandler::Reject(EcmaRuntimeCallInfo *argv) in Reject()
134 JSTaggedValue BuiltinsPromiseHandler::Executor(EcmaRuntimeCallInfo *argv) in Executor()
167 JSTaggedValue BuiltinsPromiseHandler::ResolveElementFunction(EcmaRuntimeCallInfo *argv) in ResolveElementFunction()
216 JSTaggedValue BuiltinsPromiseHandler::AsyncAwaitFulfilled(EcmaRuntimeCallInfo *argv) in AsyncAwaitFulfilled()
226 JSTaggedValue BuiltinsPromiseHandler::AsyncAwaitRejected(EcmaRuntimeCallInfo *argv) in AsyncAwaitRejected()
Dbuiltins_generator.cpp22 JSTaggedValue BuiltinsGenerator::GeneratorFunctionConstructor(EcmaRuntimeCallInfo *argv) in GeneratorFunctionConstructor()
31 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeNext(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeNext()
51 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeReturn(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeReturn()
76 JSTaggedValue BuiltinsGenerator::GeneratorPrototypeThrow(EcmaRuntimeCallInfo *argv) in GeneratorPrototypeThrow()
Dbuiltins_date_time_format.cpp25 JSTaggedValue BuiltinsDateTimeFormat::DateTimeFormatConstructor(EcmaRuntimeCallInfo *argv) in DateTimeFormatConstructor()
78 JSTaggedValue BuiltinsDateTimeFormat::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf()
98 JSTaggedValue BuiltinsDateTimeFormat::Format(EcmaRuntimeCallInfo *argv) in Format()
136 JSTaggedValue BuiltinsDateTimeFormat::AnonymousDateTimeFormat(EcmaRuntimeCallInfo *argv) in AnonymousDateTimeFormat()
171 JSTaggedValue BuiltinsDateTimeFormat::FormatToParts(EcmaRuntimeCallInfo *argv) in FormatToParts()
209 JSTaggedValue BuiltinsDateTimeFormat::ResolvedOptions(EcmaRuntimeCallInfo *argv) in ResolvedOptions()
234 JSTaggedValue BuiltinsDateTimeFormat::FormatRange(EcmaRuntimeCallInfo *argv) in FormatRange()
280 JSTaggedValue BuiltinsDateTimeFormat::FormatRangeToParts(EcmaRuntimeCallInfo *argv) in FormatRangeToParts()
Dbuiltins_number_format.cpp28 JSTaggedValue BuiltinsNumberFormat::NumberFormatConstructor(EcmaRuntimeCallInfo *argv) in NumberFormatConstructor()
81 JSTaggedValue BuiltinsNumberFormat::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf()
101 JSTaggedValue BuiltinsNumberFormat::Format(EcmaRuntimeCallInfo *argv) in Format()
136 JSTaggedValue BuiltinsNumberFormat::FormatToParts(EcmaRuntimeCallInfo *argv) in FormatToParts()
157 JSTaggedValue BuiltinsNumberFormat::ResolvedOptions(EcmaRuntimeCallInfo *argv) in ResolvedOptions()
186 JSTaggedValue BuiltinsNumberFormat::NumberFormatInternalFormatNumber(EcmaRuntimeCallInfo *argv) in NumberFormatInternalFormatNumber()
Dbuiltins_collator.cpp27 JSTaggedValue BuiltinsCollator::CollatorConstructor(EcmaRuntimeCallInfo *argv) in CollatorConstructor()
61 JSTaggedValue BuiltinsCollator::SupportedLocalesOf(EcmaRuntimeCallInfo *argv) in SupportedLocalesOf()
81 JSTaggedValue BuiltinsCollator::Compare(EcmaRuntimeCallInfo *argv) in Compare()
110 JSTaggedValue BuiltinsCollator::AnonymousCollator(EcmaRuntimeCallInfo *argv) in AnonymousCollator()
142 JSTaggedValue BuiltinsCollator::ResolvedOptions(EcmaRuntimeCallInfo *argv) in ResolvedOptions()
Dbuiltins_weak_map.cpp27 JSTaggedValue BuiltinsWeakMap::WeakMapConstructor(EcmaRuntimeCallInfo *argv) in WeakMapConstructor()
129 JSTaggedValue BuiltinsWeakMap::Delete(EcmaRuntimeCallInfo *argv) in Delete()
151 JSTaggedValue BuiltinsWeakMap::Has(EcmaRuntimeCallInfo *argv) in Has()
172 JSTaggedValue BuiltinsWeakMap::Get(EcmaRuntimeCallInfo *argv) in Get()
192 JSTaggedValue BuiltinsWeakMap::Set(EcmaRuntimeCallInfo *argv) in Set()
/ark/js_runtime/ecmascript/containers/
Dcontainers_arraylist.cpp30 JSTaggedValue ContainersArrayList::ArrayListConstructor(EcmaRuntimeCallInfo *argv) in ArrayListConstructor()
50 JSTaggedValue ContainersArrayList::Add(EcmaRuntimeCallInfo *argv) in Add()
66 JSTaggedValue ContainersArrayList::Insert(EcmaRuntimeCallInfo *argv) in Insert()
88 JSTaggedValue ContainersArrayList::Clear(EcmaRuntimeCallInfo *argv) in Clear()
105 JSTaggedValue ContainersArrayList::Clone(EcmaRuntimeCallInfo *argv) in Clone()
122 JSTaggedValue ContainersArrayList::Has(EcmaRuntimeCallInfo *argv) in Has()
140 JSTaggedValue ContainersArrayList::GetCapacity(EcmaRuntimeCallInfo *argv) in GetCapacity()
157 JSTaggedValue ContainersArrayList::IncreaseCapacityTo(EcmaRuntimeCallInfo *argv) in IncreaseCapacityTo()
180 JSTaggedValue ContainersArrayList::TrimToCurrentLength(EcmaRuntimeCallInfo *argv) in TrimToCurrentLength()
197 JSTaggedValue ContainersArrayList::Get(EcmaRuntimeCallInfo *argv) in Get()
[all …]
Dcontainers_treemap.cpp26 JSTaggedValue ContainersTreeMap::TreeMapConstructor(EcmaRuntimeCallInfo *argv) in TreeMapConstructor()
62 JSTaggedValue ContainersTreeMap::Set(EcmaRuntimeCallInfo *argv) in Set()
83 JSTaggedValue ContainersTreeMap::Get(EcmaRuntimeCallInfo *argv) in Get()
100 JSTaggedValue ContainersTreeMap::Remove(EcmaRuntimeCallInfo *argv) in Remove()
116 JSTaggedValue ContainersTreeMap::HasKey(EcmaRuntimeCallInfo *argv) in HasKey()
135 JSTaggedValue ContainersTreeMap::HasValue(EcmaRuntimeCallInfo *argv) in HasValue()
151 JSTaggedValue ContainersTreeMap::GetFirstKey(EcmaRuntimeCallInfo *argv) in GetFirstKey()
166 JSTaggedValue ContainersTreeMap::GetLastKey(EcmaRuntimeCallInfo *argv) in GetLastKey()
181 JSTaggedValue ContainersTreeMap::SetAll(EcmaRuntimeCallInfo *argv) in SetAll()
207 JSTaggedValue ContainersTreeMap::Clear(EcmaRuntimeCallInfo *argv) in Clear()
[all …]
Dcontainers_treeset.cpp26 JSTaggedValue ContainersTreeSet::TreeSetConstructor(EcmaRuntimeCallInfo *argv) in TreeSetConstructor()
61 JSTaggedValue ContainersTreeSet::Add(EcmaRuntimeCallInfo *argv) in Add()
80 JSTaggedValue ContainersTreeSet::Remove(EcmaRuntimeCallInfo *argv) in Remove()
96 JSTaggedValue ContainersTreeSet::Has(EcmaRuntimeCallInfo *argv) in Has()
115 JSTaggedValue ContainersTreeSet::GetFirstValue(EcmaRuntimeCallInfo *argv) in GetFirstValue()
130 JSTaggedValue ContainersTreeSet::GetLastValue(EcmaRuntimeCallInfo *argv) in GetLastValue()
145 JSTaggedValue ContainersTreeSet::Clear(EcmaRuntimeCallInfo *argv) in Clear()
160 JSTaggedValue ContainersTreeSet::GetLowerValue(EcmaRuntimeCallInfo *argv) in GetLowerValue()
178 JSTaggedValue ContainersTreeSet::GetHigherValue(EcmaRuntimeCallInfo *argv) in GetHigherValue()
198 JSTaggedValue ContainersTreeSet::PopFirst(EcmaRuntimeCallInfo *argv) in PopFirst()
[all …]
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_typedarray_test.cpp79 static JSTaggedValue TestForEachFunc(EcmaRuntimeCallInfo *argv) in TestForEachFunc()
91 static JSTaggedValue TestEveryFunc(EcmaRuntimeCallInfo *argv) in TestEveryFunc()
104 static JSTaggedValue TestFilterFunc(EcmaRuntimeCallInfo *argv) in TestFilterFunc()
117 static JSTaggedValue TestMapFunc(EcmaRuntimeCallInfo *argv) in TestMapFunc()
124 static JSTaggedValue TestFindFunc(EcmaRuntimeCallInfo *argv) in TestFindFunc()
136 static JSTaggedValue TestFindIndexFunc(EcmaRuntimeCallInfo *argv) in TestFindIndexFunc()
148 static JSTaggedValue TestReduceFunc(EcmaRuntimeCallInfo *argv) in TestReduceFunc()
155 static JSTaggedValue TestReduceRightFunc(EcmaRuntimeCallInfo *argv) in TestReduceRightFunc()
162 static JSTaggedValue TestSomeFunc(EcmaRuntimeCallInfo *argv) in TestSomeFunc()

1234