Home
last modified time | relevance | path

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

12345678910>>...17

/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…
23 …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.cpp89 // 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 …]
Dbuiltins_segmenter.cpp44 // 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()
Dbuiltins_list_format.cpp46 // 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()
Dbuiltins_relative_time_format.cpp42 // 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()
Dbuiltins_displaynames.cpp43 // 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()
Dbuiltins_plural_rules.cpp84 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in Select()
112 // 2. Perform ? RequireInternalSlot(pr, [[InitializedPluralRules]]). in ResolvedOptions()
124 // 4. Perform resolvedOptions in ResolvedOptions()
Dbuiltins_number_format.cpp48 // 3. Perform ? InitializeNumberFormat(numberFormat, locales, options). in NumberFormatConstructor()
59 // a. Perform ? DefinePropertyOrThrow(this, %Intl%.[[FallbackSymbol]], PropertyDescriptor{ in NumberFormatConstructor()
143 // 2. Perform ? RequireInternalSlot(nf, [[InitializedNumberFormat]]). in FormatToParts()
171 // Perform ? RequireInternalSlot(nf, [[InitializedNumberFormat]]). in ResolvedOptions()
186 // Perform ! CreateDataPropertyOrThrow(options, p, v). in ResolvedOptions()
Dbuiltins_weak_ref.cpp41 // 4. Perform ! AddToKeptObjects(target). in WeakRefConstructor()
58 // 2. Perform ? RequireInternalSlot(weakRef, [[WeakRefTarget]]). in Deref()
Dbuiltins_segments.cpp32 // 2. Perform ? RequireInternalSlot(segments, [[SegmentsSegmenter]]). in Containing()
54 // 2. Perform ? RequireInternalSlot(segments, [[SegmentsSegmenter]]). in GetSegmentIterator()
Dbuiltins_proxy.cpp63 // 6.Perform CreateDataProperty(result, "proxy", p). in Revocable()
68 // 7.Perform CreateDataProperty(result, "revoke", revoker). in Revocable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dregsaves.cpp32 /* Perform loop analysis, result to be obtained in CGFunc */ in PhaseRun()
35 /* Perform live analysis, result to be obtained in CGFunc */ in PhaseRun()
44 /* Perform dom analysis, result to be inserted into AArch64RegSavesOpt object */ in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp31 // 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()
78 // 9. Perform ! AsyncGeneratorResumeNext(generator). in AsyncGeneratorResolve()
101 // 7. Perform ! Call(promiseCapability.[[Reject]], undefined, ? exception ?). in AsyncGeneratorReject()
112 // 8. Perform ! AsyncGeneratorResumeNext(generator). in AsyncGeneratorReject()
186 // 11. Perform ! PerformPromiseThen(promise, onFulfilled, onRejected). in AsyncGeneratorResumeNext()
198 // 2. Perform ! AsyncGeneratorReject(generator, completion.[[Value]]). in AsyncGeneratorResumeNext()
258 // b. Perform ! Call(promiseCapability.[[Reject]], undefined, « badGeneratorError »). in AsyncGeneratorEnqueue()
[all …]
Djs_segments.cpp147 // 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/ets_frontend/ets2panda/compiler/lowering/ets/
DpartialExportClassGen.cpp33 bool PartialExportClassGen::Perform(public_lib::Context *const ctx, parser::Program *const program) in Perform() function in ark::es2panda::compiler::PartialExportClassGen
39 Perform(ctx, extProg); in Perform()
DconstStringToCharLowering.cpp54 bool ConstStringToCharLowering::Perform(public_lib::Context *const ctx, parser::Program *const prog… in Perform() function in ark::es2panda::compiler::ConstStringToCharLowering
59 Perform(ctx, extProg); in Perform()
DexpressionLambdaLowering.cpp48 bool ExpressionLambdaConstructionPhase::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::ExpressionLambdaConstructionPhase
53 Perform(ctx, extProg); in Perform()
DstringConstructorLowering.h26 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
DconstStringToCharLowering.h26 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
DpartialExportClassGen.h30 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
DbigintLowering.h26 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebuggable_thread.h58 // Tells a paused thread to perform a step into
61 // Tells a paused thread to perform a step over
64 // Tells a paused thread to perform a step out
/arkcompiler/ets_runtime/test/perform/
DBUILD.gn14 group("perform") {
/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/runtime_core/static_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…

12345678910>>...17