Home
last modified time | relevance | path

Searched refs:fa (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DconcatError.ts24 let fa: number[];
25 AssertType(fa, "number[]");
27 fa = fa.concat([0]);
28 AssertType(fa = fa.concat([0]), "number[]");
29 AssertType(fa, "number[]");
30 AssertType(fa.concat([0]), "number[]");
31 AssertType(fa.concat, "{ (...ConcatArray<number>[]): number[]; (...(union)[]): number[]; }");
35 fa = fa.concat(0);
36 AssertType(fa = fa.concat(0), "number[]");
37 AssertType(fa, "number[]");
[all …]
DnewArrays.ts24 public fa: Foo[];
29 this.fa = new Array<Foo>(this.x * this.y);
30 AssertType(this.fa = new Array<Foo>(this.x * this.y), "Foo[]");
31 AssertType(this.fa, "Foo[]");
DvoidFunctionAssignmentCompat.ts21 let fa = function(): any {
22 AssertType(fa, "() => any");
30 fa = function() { } // should not work
31 AssertType(fa = function() { }, "() => void");
32 AssertType(fa, "() => any");
/arkcompiler/ets_frontend/es2panda/test/parser/js/
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
Dtest-tagged-template-expression.js19 fa`${a++}`
38 fa[`alma`]()`fa`
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-for.js32 for (let fa = 5;;);
Dtest-template-literal-expected.txt477 "raw": "fa",
478 "cooked": "fa"
Dtest-for-expected.txt755 "name": "fa",
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp218 FrontAllocator fa(this); in InitializeLexEnv() local
227 FrontAllocator fa(this); in CopyFunctionArguments() local
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch2631 + static get fa () {
2634 + static set fa (v: number) {
2653 + static get fa () {
2656 + static set fa (v: number) {
2688 + static get fa () {
2691 + static set fa (v: number) {
2710 + static get fa () {
2713 + static set fa (v: number) {
/arkcompiler/ets_runtime/tools/circuit_viewer/examples/
Dlog_loop.txt1764 [compiler] 000001fa:00000000 movq 3240(%rbx), %rcx
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js21578 const fa = function() { function
21961 const i = fa(xa, e);
22356 raySphere: fa,
22400 Za[sa.SHAPE_RAY | sa.SHAPE_SPHERE] = fa;
122074 fa: WMt.a, property
123702 cPt = t.fa * UDt;
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …eturn{accessibility:0}}function pa(t){var r=e.findAncestor(t,fa);return r&&ji(r)}function fa(t){re… function