Home
last modified time | relevance | path

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

12345678

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp86 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in Maximize()
117 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in Minimize()
150 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in ToString()
165 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetBaseName()
183 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCalendar()
200 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCaseFirst()
216 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCollation()
232 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetHourCycle()
249 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetNumeric()
268 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetNumberingSystem()
[all …]
Dbuiltins_list_format.cpp49 // 3. Perform ? InitializeListFormat(listFormat, locales, options). in ListFormatConstructor()
87 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in Format()
113 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in FormatToParts()
140 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in ResolvedOptions()
156 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
Dbuiltins_relative_time_format.cpp41 // 3. Perform ? InitializeRelativeTimeFormat(relativeTimeFormat, locales, options). in RelativeTimeFormatConstructor()
91 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in Format()
123 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in FormatToParts()
155 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in ResolvedOptions()
167 // 4. perform resolvedOptions in ResolvedOptions()
Dbuiltins_displaynames.cpp48 // 3. Perform ? InitializeDisplayNames(displayNames, locales, options). in DisplayNamesConstructor()
85 // 2. Perform ? RequireInternalSlot(displayNames, [[InitializedDisplayNames]]). in Of()
126 // 2. Perform ? RequireInternalSlot(DisplayNames, [[InitializedDisplayNames]]). in ResolvedOptions()
142 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
Dbuiltins_plural_rules.cpp83 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in Select()
110 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in ResolvedOptions()
122 // 4. Perform resolvedOptions in ResolvedOptions()
Dbuiltins_weak_ref.cpp44 // 4. Perform ! AddToKeptObjects(target). in WeakRefConstructor()
61 // 2. Perform ? RequireInternalSlot(weakRef, [[WeakRefTarget]]). in Deref()
Dbuiltins_number_format.cpp53 // 3. Perform ? InitializeNumberFormat(numberFormat, locales, options). in NumberFormatConstructor()
64 // a. Perform ? DefinePropertyOrThrow(this, %Intl%.[[FallbackSymbol]], PropertyDescriptor{ in NumberFormatConstructor()
143 // 2. Perform ? RequireInternalSlot(nf, [[InitializedNumberFormat]]). in FormatToParts()
181 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
Dbuiltins_proxy.cpp67 // 6.Perform CreateDataProperty(result, "proxy", p). in Revocable()
72 // 7.Perform CreateDataProperty(result, "revoke", revoker). in Revocable()
Dbuiltins_errors.cpp137 // c. Perform ! DefinePropertyOrThrow(O, "message", msgDesc). in AggregateErrorConstructor()
149 // 5. Perform ! DefinePropertyOrThrow(O, "errors", PropertyDescriptor { [[Configurable]]: true, in AggregateErrorConstructor()
Dbuiltins_finalization_registry.cpp73 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Register()
110 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Unregister()
Dbuiltins_promise_handler.cpp90 …// 12. Perform EnqueueJob ("PromiseJobs", PromiseResolveThenableJob, «promise, resolution, thenAct… in Resolve()
406 // 10. Perform ! CreateDataPropertyOrThrow(obj, "status", "fulfilled"). in AllSettledResolveElementFunction()
410 // 11. Perform ! CreateDataPropertyOrThrow(obj, "value", x). in AllSettledResolveElementFunction()
468 // 10. Perform ! CreateDataPropertyOrThrow(obj, "status", "rejected"). in AllSettledRejectElementFunction()
472 // 11. Perform ! CreateDataPropertyOrThrow(obj, "reason", x). in AllSettledRejectElementFunction()
536 …// b. Perform ! DefinePropertyOrThrow(error, "errors", PropertyDescriptor { [[Configurable]]: true, in AnyRejectElementFunction()
/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()
72 // 8. Perform ! Call(promiseCapability.[[Resolve]], undefined, « iteratorResult »). in AsyncGeneratorResolve()
81 // 9. Perform ! AsyncGeneratorResumeNext(generator). in AsyncGeneratorResolve()
104 // 7. Perform ! Call(promiseCapability.[[Reject]], undefined, ? exception ?). in AsyncGeneratorReject()
113 // 8. Perform ! AsyncGeneratorResumeNext(generator). in AsyncGeneratorReject()
187 // 11. Perform ! PerformPromiseThen(promise, onFulfilled, onRejected). in AsyncGeneratorResumeNext()
198 // 2. Perform ! AsyncGeneratorReject(generator, completion.[[Value]]). in AsyncGeneratorResumeNext()
257 // 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/ecmascript/base/
Djson_parser.cpp73 // If newElement is undefined, then Perform ? val.[[Delete]](P). in RecurseAndApply()
77 // Perform ? CreateDataProperty(val, P, newElement) in RecurseAndApply()
Dtyped_array_helper.cpp106 // c. Perform ? AllocateTypedArrayBuffer(O, len). in CreateFromOrdinaryObject()
125 // iii. Perform ? Set(O, Pk, kValue, true). in CreateFromOrdinaryObject()
150 // 10. Perform ? AllocateTypedArrayBuffer(O, len). in CreateFromOrdinaryObject()
157 // c. Perform ? Set(O, Pk, kValue, true). in CreateFromOrdinaryObject()
251 … // ii. Perform SetValueInBuffer(data, targetByteIndex, elementType, value, true, Unordered). in CreateFromTypedArray()
405 // a. Perform ? AllocateTypedArrayBuffer(obj, length). in AllocateTypedArray()
505 // 2. Perform ? ValidateTypedArray(newTypedArray). in TypedArrayCreate()
525 // 1. Perform ? RequireInternalSlot(O, [[TypedArrayName]]). in ValidateTypedArray()
/arkcompiler/ets_runtime/test/perform/
DBUILD.gn14 group("perform") {
/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.
Di64toi32.yaml20 Perform specified integer extension or truncations of accumulator.
Du32tou16.yaml20 Perform specified integer extension or truncations of accumulator.
Du32toi8.yaml20 Perform specified integer extension or truncations of accumulator.
Du32tof32.yaml20 Perform specified primitive type conversion of accumulator.
/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