Home
last modified time | relevance | path

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

12345678910>>...16

/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_frontend/ets2panda/compiler/lowering/
Dphase.h39 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/
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_segments.cpp32 // 2. Perform ? RequireInternalSlot(segments, [[SegmentsSegmenter]]). in Containing()
54 // 2. Perform ? RequireInternalSlot(segments, [[SegmentsSegmenter]]). in GetSegmentIterator()
Dbuiltins_weak_ref.cpp41 // 4. Perform ! AddToKeptObjects(target). in WeakRefConstructor()
58 // 2. Perform ? RequireInternalSlot(weakRef, [[WeakRefTarget]]). in Deref()
Dbuiltins_number_format.cpp48 // 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/
DcfgBuilderPhase.cpp22 bool CFGBuilderPhase::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::CFGBuilderPhase
31 Perform(ctx, extProg); in Perform()
DexportAnonymousConst.cpp47 * ----- 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()
DstringConstantsLowering.cpp39 bool StringConstantsLowering::Perform(public_lib::Context *ctx, parser::Program *program) in Perform() function in ark::es2panda::compiler::StringConstantsLowering
47 Perform(ctx, extProg); in Perform()
DboxedTypeLowering.h26 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
DstringConstantsLowering.h26 bool Perform(public_lib::Context *ctx, parser::Program *program) override;
/arkcompiler/ets_frontend/ets2panda/driver/build_system/
DREADME.md9 …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/
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()
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 …]
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/runtime_core/static_core/runtime/tooling/inspector/debugger/
Ddebuggable_thread.h69 // 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/
Ddebuggable_thread.h69 // 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/
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/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DtopLevelStmts.cpp63 // 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/
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>>...16