| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_locale.cpp | 86 // 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 …]
|
| D | builtins_list_format.cpp | 49 // 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()
|
| D | builtins_relative_time_format.cpp | 41 // 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()
|
| D | builtins_displaynames.cpp | 48 // 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()
|
| D | builtins_plural_rules.cpp | 83 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in Select() 110 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in ResolvedOptions() 122 // 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_number_format.cpp | 53 // 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()
|
| 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 | 137 // c. Perform ! DefinePropertyOrThrow(O, "message", msgDesc). in AggregateErrorConstructor() 149 // 5. Perform ! DefinePropertyOrThrow(O, "errors", PropertyDescriptor { [[Configurable]]: true, in AggregateErrorConstructor()
|
| D | builtins_finalization_registry.cpp | 73 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Register() 110 // 2. Perform ? RequireInternalSlot(finalizationRegistry, [[Cells]]). in Unregister()
|
| D | builtins_promise_handler.cpp | 90 …// 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/ |
| 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() 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 …]
|
| 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/ecmascript/base/ |
| D | json_parser.cpp | 73 // If newElement is undefined, then Perform ? val.[[Delete]](P). in RecurseAndApply() 77 // Perform ? CreateDataProperty(val, P, newElement) in RecurseAndApply()
|
| D | typed_array_helper.cpp | 106 // 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/ |
| D | BUILD.gn | 14 group("perform") {
|
| /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 | i64toi32.yaml | 20 Perform specified integer extension or truncations of accumulator.
|
| D | u32tou16.yaml | 20 Perform specified integer extension or truncations of accumulator.
|
| D | u32toi8.yaml | 20 Perform specified integer extension or truncations of accumulator.
|
| D | u32tof32.yaml | 20 Perform specified primitive type conversion of accumulator.
|
| /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.
|