Home
last modified time | relevance | path

Searched full:fa (Results 1 – 25 of 65) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-tagged-template-expression.js19 fa`${a++}`
27 harom`${b++}fa`
34 alma()`fa`
36 alma['']`fa`
38 fa[`alma`]()`fa`
Dtest-if.js20 if(1) fa = 1
22 if(0) alma = 0; else fa = 1
26 else fa = 1
28 if(0) {alma = 0} else fa = 1
34 if(0); else if(0) ;else if(1) alma = 'fa'; else;
Dtest-tagged-template-expression-expected.txt84 "name": "fa",
639 "raw": "fa",
640 "cooked": "fa"
808 "raw": "fa",
809 "cooked": "fa"
911 "raw": "fa",
912 "cooked": "fa"
969 "name": "fa",
1048 "raw": "fa",
1049 "cooked": "fa"
Dtest-if-expected.txt126 "name": "fa",
266 "name": "fa",
405 "name": "fa",
559 "name": "fa",
796 "value": "fa",
Dtest-template-literal.js27 `${b++}fa`;
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-tagged-template-expression.js19 fa`${a++}`
27 harom`${b++}fa`
34 alma()`fa`
36 alma['']`fa`
38 fa[`alma`]()`fa`
Dtest-if.js20 if(1) fa = 1
22 if(0) alma = 0; else fa = 1
26 else fa = 1
28 if(0) {alma = 0} else fa = 1
34 if(0); else if(0) ;else if(1) alma = 'fa'; else;
Dtest-tagged-template-expression-expected.txt83 "name": "fa",
628 "raw": "fa",
629 "cooked": "fa"
795 "raw": "fa",
796 "cooked": "fa"
897 "raw": "fa",
898 "cooked": "fa"
955 "name": "fa",
1033 "raw": "fa",
1034 "cooked": "fa"
Dtest-template-literal-2.js17 fa`${}`
Dtest-if-expected.txt125 "name": "fa",
263 "name": "fa",
400 "name": "fa",
552 "name": "fa",
787 "value": "fa",
Dtest-template-literal.js27 `${b++}fa`;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/ets/
DInterfaceNativeTest.sts23 public static FA: float[] = [0 as float , 1e2 as float, (Float.NEGATIVE_INFINITY)];
51 return InterfaceNativeTest.FA[i];
67 …terfaceNativeTest.testFloat(InterfaceNativeTest.FA[0], InterfaceNativeTest.FA[1], InterfaceNativeT…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/trailing_lambdas/
Dtrailing_nested_06.sts22 function fa(fn: () => int): int {
27 return fa() {
34 return 5 * fa() {
Dtrailing_nested_07.sts24 function fa(fn: () => void): void {
30 fa() {
40 fa() {
Dtrailing_nested_02.sts22 function fa(fn: () => int): int {
32 return 2 * fa() {
Dtrailing_nested_01.sts22 function fa(fn: () => void) {
33 fa() {
Dtrailing_nested_03.sts22 function fa(fn: () => int): int {
32 return 3 * fa() {
Dtrailing_nested_05.sts24 public static fa(fn: () => int): int {
36 return 2 * A.fa() {
Dtrailing_nested_04.sts24 public fa(fn: () => int): int {
37 return 2 * a.fa() {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/04.casting_contexts_and_conversions/03.casting_conversions_from_union/
Dcce.params.yaml86 let fa: F[] = [f, f]
96 - { type: 'F', v: fa }
97 - { type: 'G', v: fa }
98 - { type: 'G[]', v: fa }
Dimpl.params.yaml259 let fa: F[] = [f, f]
265 - { type: 'Object', v: fa }
273 let fa: F[] = [f, f]
278 - { type: 'F[]', v: fa }
285 let fa: F[] = [f, f]
290 - { type: 'G[]', v: fa }
Dun1.params.yaml133 let fa: F[] = [f, f]
139 - { type: 'F[]', v: fa }
140 - { type: 'Object', v: fa }
/arkcompiler/ets_frontend/es2panda/test/optimizer/js/branch-elimination/
Dtest-constant-propagation.js48 let o = {fa: a} property
49 if (o.fa > 1) {
Dtest-constant-propagation-expected.pa.txt64 definepropertybyname 0x18, fa, v1
66 ldobjbyname 0x1a, fa
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/js/
Dtest-template-literal-2.js17 fa`${}`

123