/arkcompiler/ets_frontend/test/scripts/sdk_test/ |
D | readme.md | 3 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/ |
D | builtins_locale.cpp | 91 // 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 …]
|
D | builtins_list_format.cpp | 51 // 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()
|
D | builtins_relative_time_format.cpp | 44 // 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()
|
D | builtins_displaynames.cpp | 50 // 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()
|
D | builtins_number_format.cpp | 55 // 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()
|
D | builtins_plural_rules.cpp | 87 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in Select() 115 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in ResolvedOptions() 127 // 4. Perform resolvedOptions in ResolvedOptions()
|
D | builtins_weak_ref.cpp | 44 // 4. Perform ! AddToKeptObjects(target). in WeakRefConstructor() 61 // 2. Perform ? RequireInternalSlot(weakRef, [[WeakRefTarget]]). in Deref()
|
D | builtins_proxy.cpp | 67 // 6.Perform CreateDataProperty(result, "proxy", p). in Revocable() 72 // 7.Perform CreateDataProperty(result, "revoke", revoker). in Revocable()
|
D | builtins_errors.cpp | 153 // 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()
|
D | builtins_date_time_format.cpp | 52 // 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()
|
D | builtins_finalization_registry.cpp | 73 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Register() 110 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Unregister()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_generator_object.cpp | 40 // 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 …]
|
D | js_weak_ref.h | 36 // a. Perform ! AddToKeptObjects(target). in WeakRefDeref()
|
/arkcompiler/runtime_core/compiler/docs/ |
D | aot_resolve_string.md | 3 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/ |
D | BUILD.gn | 14 group("perform") {
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | json_parser.cpp | 76 // If newElement is undefined, then Perform ? val.[[Delete]](P). in RecurseAndApply() 80 // Perform ? CreateDataProperty(val, P, newElement) in RecurseAndApply()
|
D | typed_array_helper.cpp | 131 // 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/ |
D | README.md | 4 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/ |
D | nop.yaml | 19 description: Perform an operation without behavior.
|
D | u32tof32.yaml | 20 Perform specified primitive type conversion of accumulator.
|
D | u32tof64.yaml | 20 Perform specified primitive type conversion of accumulator.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | nominalSubtypeCheckOfTypeParameter.ts | 34 // perform nominal subtyping checks that allow variance for type arguments, but not nominal subtypi…
|
/arkcompiler/runtime_core/tests/verifier-tests/ |
D | bug_2107_1.pa | 18 # description: 'Perform specified primitive type conversion of accumulator.
|
D | bug_2107_2.pa | 18 # description: 'Perform specified integer extension or truncations of accumulator.
|