Home
last modified time | relevance | path

Searched full:perform (Results 1 – 25 of 183) sorted by relevance

12345678

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dreadme.md3 This test suite can perform end-to-end SDK test verification. There are two ways to perform verific…
22 …oad the SDK built on the current day from the trunk branch and use it to perform a full test verif…
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp91 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in Maximize()
123 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in Minimize()
157 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in ToString()
173 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetBaseName()
192 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCalendar()
210 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCaseFirst()
227 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCollation()
244 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetHourCycle()
262 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetNumeric()
282 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetNumberingSystem()
[all …]
Dbuiltins_list_format.cpp51 // 3. Perform ? InitializeListFormat(listFormat, locales, options). in ListFormatConstructor()
91 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in Format()
118 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in FormatToParts()
147 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in ResolvedOptions()
163 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
Dbuiltins_relative_time_format.cpp44 // 3. Perform ? InitializeRelativeTimeFormat(relativeTimeFormat, locales, options). in RelativeTimeFormatConstructor()
98 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in Format()
131 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in FormatToParts()
164 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in ResolvedOptions()
176 // 4. perform resolvedOptions in ResolvedOptions()
Dbuiltins_displaynames.cpp50 // 3. Perform ? InitializeDisplayNames(displayNames, locales, options). in DisplayNamesConstructor()
89 // 2. Perform ? RequireInternalSlot(displayNames, [[InitializedDisplayNames]]). in Of()
132 // 2. Perform ? RequireInternalSlot(DisplayNames, [[InitializedDisplayNames]]). in ResolvedOptions()
148 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
Dbuiltins_number_format.cpp55 // 3. Perform ? InitializeNumberFormat(numberFormat, locales, options). in NumberFormatConstructor()
66 // a. Perform ? DefinePropertyOrThrow(this, %Intl%.[[FallbackSymbol]], PropertyDescriptor{ in NumberFormatConstructor()
148 // 2. Perform ? RequireInternalSlot(nf, [[InitializedNumberFormat]]). in FormatToParts()
176 // Perform ? RequireInternalSlot(nf, [[InitializedNumberFormat]]). in ResolvedOptions()
191 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
Dbuiltins_plural_rules.cpp87 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in Select()
115 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in ResolvedOptions()
127 // 4. Perform resolvedOptions in ResolvedOptions()
Dbuiltins_weak_ref.cpp44 // 4. Perform ! AddToKeptObjects(target). in WeakRefConstructor()
61 // 2. Perform ? RequireInternalSlot(weakRef, [[WeakRefTarget]]). in Deref()
Dbuiltins_proxy.cpp67 // 6.Perform CreateDataProperty(result, "proxy", p). in Revocable()
72 // 7.Perform CreateDataProperty(result, "revoke", revoker). in Revocable()
Dbuiltins_errors.cpp153 // c. Perform ! DefinePropertyOrThrow(O, "message", msgDesc). in AggregateErrorConstructor()
166 // b. Perform CreateNonEnumerableDataPropertyOrThrow(O, "cause", cause). in AggregateErrorConstructor()
181 // 5. Perform ! DefinePropertyOrThrow(O, "errors", PropertyDescriptor { [[Configurable]]: true, in AggregateErrorConstructor()
Dbuiltins_date_time_format.cpp52 // 3. Perform ? InitializeDateTimeFormat(dateTimeFormat, locales, options). in DateTimeFormatConstructor()
64 …// a. Perform ? DefinePropertyOrThrow(this, %Intl%.[[FallbackSymbol]], PropertyDescriptor{ [[Va… in DateTimeFormatConstructor()
185 // 2. Perform ? RequireInternalSlot(dtf, [[InitializedDateTimeFormat]]). in FormatToParts()
232 // Perform ? RequireInternalSlot(dtf, [[InitializedDateTimeFormat]]). in ResolvedOptions()
Dbuiltins_finalization_registry.cpp73 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Register()
110 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Unregister()
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp40 // 1. Perform ? RequireInternalSlot(generator, [[AsyncGeneratorContext]]). in AsyncGeneratorValidate()
41 // 2. Perform ? RequireInternalSlot(generator, [[AsyncGeneratorState]]). in AsyncGeneratorValidate()
42 // 3. Perform ? RequireInternalSlot(generator, [[AsyncGeneratorQueue]]). in AsyncGeneratorValidate()
73 // 8. Perform ! Call(promiseCapability.[[Resolve]], undefined, « iteratorResult »). in AsyncGeneratorResolve()
84 // 9. Perform ! AsyncGeneratorResumeNext(generator). in AsyncGeneratorResolve()
107 // 7. Perform ! Call(promiseCapability.[[Reject]], undefined, ? exception ?). in AsyncGeneratorReject()
118 // 8. Perform ! AsyncGeneratorResumeNext(generator). in AsyncGeneratorReject()
192 // 11. Perform ! PerformPromiseThen(promise, onFulfilled, onRejected). in AsyncGeneratorResumeNext()
204 // 2. Perform ! AsyncGeneratorReject(generator, completion.[[Value]]). in AsyncGeneratorResumeNext()
264 // b. Perform ! Call(promiseCapability.[[Reject]], undefined, « badGeneratorError »). in AsyncGeneratorEnqueue()
[all …]
Djs_weak_ref.h36 // a. Perform ! AddToKeptObjects(target). in WeakRefDeref()
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md3 To get string literal by its identifier application has to perform special runtime call. To improve…
6 application have to perform `ResolveStringAot` runtime call that will return a pointer. That runtim…
/arkcompiler/ets_runtime/test/perform/
DBUILD.gn14 group("perform") {
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp76 // If newElement is undefined, then Perform ? val.[[Delete]](P). in RecurseAndApply()
80 // Perform ? CreateDataProperty(val, P, newElement) in RecurseAndApply()
Dtyped_array_helper.cpp131 // c. Perform ? AllocateTypedArrayBuffer(O, len). in CreateFromOrdinaryObject()
150 // iii. Perform ? Set(O, Pk, kValue, true). in CreateFromOrdinaryObject()
176 // 10. Perform ? AllocateTypedArrayBuffer(O, len). in CreateFromOrdinaryObject()
183 // c. Perform ? Set(O, Pk, kValue, true). in CreateFromOrdinaryObject()
280 … // ii. Perform SetValueInBuffer(data, targetByteIndex, elementType, value, true, Unordered). in CreateFromTypedArray()
430 // a. Perform ? AllocateTypedArrayBuffer(obj, length). in AllocateTypedArray()
530 // 2. Perform ? ValidateTypedArray(newTypedArray). in TypedArrayCreate()
571 // 1. Perform ? RequireInternalSlot(O, [[TypedArrayName]]). in ValidateTypedArray()
/arkcompiler/ets_frontend/testTs/
DREADME.md4 1. skip_tests.json:avoids code files and does not perform operations on TS files stored in the file.
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnop.yaml19 description: Perform an operation without behavior.
Du32tof32.yaml20 Perform specified primitive type conversion of accumulator.
Du32tof64.yaml20 Perform specified primitive type conversion of accumulator.
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DnominalSubtypeCheckOfTypeParameter.ts34 // perform nominal subtyping checks that allow variance for type arguments, but not nominal subtypi…
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_2107_1.pa18 # description: 'Perform specified primitive type conversion of accumulator.
Dbug_2107_2.pa18 # description: 'Perform specified integer extension or truncations of accumulator.

12345678