| /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… 23 …oad the SDK built on the current day from the trunk branch and use it to perform a full test verif…
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ |
| D | phase.h | 39 virtual bool Perform(public_lib::Context *ctx, parser::Program *program) = 0; 54 bool Perform(public_lib::Context *ctx, parser::Program *program) override; 57 /* Called from Perform, Pre/Postcondition */ 76 bool Perform(public_lib::Context *ctx, parser::Program *program) override; 79 /* Called from Perform, Pre/Postcondition */
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_locale.cpp | 89 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in Maximize() 121 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in Minimize() 155 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in ToString() 171 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetBaseName() 191 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCalendar() 209 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCaseFirst() 226 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetCollation() 243 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetHourCycle() 261 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetNumeric() 281 // 2. Perform ? RequireInternalSlot(loc, [[InitializedLocale]]). in GetNumberingSystem() [all …]
|
| D | builtins_segmenter.cpp | 44 // 3. Perform ? InitializeSegmenter(segmenter, locales, options). in SegmenterConstructor() 84 // 2. Perform ? RequireInternalSlot(segmenter, [[InitializedSegmenter]]). in Segment() 109 // 2. Perform ? RequireInternalSlot(segmenter, [[InitializedSegmenter]]). in ResolvedOptions() 121 // 4. perform resolvedOptions in ResolvedOptions()
|
| D | builtins_list_format.cpp | 46 // 3. Perform ? InitializeListFormat(listFormat, locales, options). in ListFormatConstructor() 86 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in Format() 113 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in FormatToParts() 142 // 2. Perform ? RequireInternalSlot(lf, [[InitializedListFormat]]). in ResolvedOptions() 158 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
|
| D | builtins_relative_time_format.cpp | 42 // 3. Perform ? InitializeRelativeTimeFormat(relativeTimeFormat, locales, options). in RelativeTimeFormatConstructor() 96 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in Format() 129 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in FormatToParts() 162 // 2. Perform ? RequireInternalSlot(relativeTimeFormat, [[InitializedRelativeTimeFormat]]). in ResolvedOptions() 174 // 4. perform resolvedOptions in ResolvedOptions()
|
| D | builtins_displaynames.cpp | 43 // 3. Perform ? InitializeDisplayNames(displayNames, locales, options). in DisplayNamesConstructor() 82 // 2. Perform ? RequireInternalSlot(displayNames, [[InitializedDisplayNames]]). in Of() 125 // 2. Perform ? RequireInternalSlot(DisplayNames, [[InitializedDisplayNames]]). in ResolvedOptions() 141 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
|
| D | builtins_plural_rules.cpp | 84 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in Select() 112 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in ResolvedOptions() 124 // 4. Perform resolvedOptions in ResolvedOptions()
|
| D | builtins_segments.cpp | 32 // 2. Perform ? RequireInternalSlot(segments, [[SegmentsSegmenter]]). in Containing() 54 // 2. Perform ? RequireInternalSlot(segments, [[SegmentsSegmenter]]). in GetSegmentIterator()
|
| D | builtins_weak_ref.cpp | 41 // 4. Perform ! AddToKeptObjects(target). in WeakRefConstructor() 58 // 2. Perform ? RequireInternalSlot(weakRef, [[WeakRefTarget]]). in Deref()
|
| D | builtins_number_format.cpp | 48 // 3. Perform ? InitializeNumberFormat(numberFormat, locales, options). in NumberFormatConstructor() 59 // a. Perform ? DefinePropertyOrThrow(this, %Intl%.[[FallbackSymbol]], PropertyDescriptor{ in NumberFormatConstructor() 144 // 2. Perform ? RequireInternalSlot(nf, [[InitializedNumberFormat]]). in FormatToParts() 172 // Perform ? RequireInternalSlot(nf, [[InitializedNumberFormat]]). in ResolvedOptions() 187 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | cfgBuilderPhase.cpp | 22 bool CFGBuilderPhase::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::CFGBuilderPhase 31 Perform(ctx, extProg); in Perform()
|
| D | exportAnonymousConst.cpp | 47 * ----- perform the following conversion this phase ----- in HandleAnonymousConst() 74 * ----- perform the following conversion this phase ----- in HandleExportDefaultInExportNamedDecl() 119 bool ExportAnonymousConstPhase::Perform(public_lib::Context *const ctx, parser::Program *const prog… in Perform() function in ark::es2panda::compiler::ExportAnonymousConstPhase 124 Perform(ctx, extProg); in Perform()
|
| D | stringConstantsLowering.cpp | 39 bool StringConstantsLowering::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::StringConstantsLowering 47 Perform(ctx, extProg); in Perform()
|
| D | boxedTypeLowering.h | 26 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
|
| D | stringConstantsLowering.h | 26 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/ |
| D | README.md | 9 …ld method in the `entry.js` file, passing in the `projectConfig` object to perform the compilation. 11 …ere the `build_config.json` file is passed as a compilation parameter to perform the compilation. …
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_async_generator_object.cpp | 31 // 1. Perform ? RequireInternalSlot(generator, [[AsyncGeneratorContext]]). in AsyncGeneratorValidate() 32 // 2. Perform ? RequireInternalSlot(generator, [[AsyncGeneratorState]]). in AsyncGeneratorValidate() 33 // 3. Perform ? RequireInternalSlot(generator, [[AsyncGeneratorQueue]]). in AsyncGeneratorValidate() 64 // 8. Perform ! Call(promiseCapability.[[Resolve]], undefined, « iteratorResult »). in AsyncGeneratorResolve() 79 // 9. Perform ! AsyncGeneratorResumeNext(generator). in AsyncGeneratorResolve() 102 // 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() 199 // 2. Perform ! AsyncGeneratorReject(generator, completion.[[Value]]). in AsyncGeneratorResumeNext() 259 // b. Perform ! Call(promiseCapability.[[Reject]], undefined, « badGeneratorError »). in AsyncGeneratorEnqueue() [all …]
|
| D | js_segments.cpp | 147 // 7. Perform ! CreateDataPropertyOrThrow(result, "segment", segment). in CreateSegmentDataObject() 150 // 8. Perform ! CreateDataPropertyOrThrow(result, "index", (startIndex)). in CreateSegmentDataObject() 154 // 9. Perform ! CreateDataPropertyOrThrow(result, "input", string). in CreateSegmentDataObject() 161 // b. Perform ! CreateDataPropertyOrThrow(result, "isWordLike", isWordLike). in CreateSegmentDataObject()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | debuggable_thread.h | 69 // Tells a paused thread to perform a step into 72 // Tells a paused thread to perform a step over 75 // Tells a paused thread to perform a step out
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | debuggable_thread.h | 69 // Tells a paused thread to perform a step into 72 // Tells a paused thread to perform a step over 75 // Tells a paused thread to perform a step out
|
| /arkcompiler/ets_runtime/test/perform/ |
| D | BUILD.gn | 14 group("perform") {
|
| /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_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | topLevelStmts.cpp | 63 // perform the operation here. in CheckFileHeaderFlag() 71 bool TopLevelStatements::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::TopLevelStatements
|
| /arkcompiler/runtime_core/static_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…
|