Searched refs:fa (Results 1 – 16 of 16) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | concatError.ts | 24 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 …]
|
D | newArrays.ts | 24 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[]");
|
D | voidFunctionAssignmentCompat.ts | 21 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/ |
D | test-if.js | 20 if(1) fa = 1 22 if(0) alma = 0; else fa = 1 26 else fa = 1 28 if(0) {alma = 0} else fa = 1
|
D | test-tagged-template-expression.js | 19 fa`${a++}` 38 fa[`alma`]()`fa`
|
D | test-tagged-template-expression-expected.txt | 83 "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"
|
D | test-template-literal-2.js | 17 fa`${}`
|
D | test-if-expected.txt | 125 "name": "fa", 263 "name": "fa", 400 "name": "fa", 552 "name": "fa", 787 "value": "fa",
|
D | test-for.js | 32 for (let fa = 5;;);
|
D | test-template-literal-expected.txt | 477 "raw": "fa", 478 "cooked": "fa"
|
D | test-for-expected.txt | 755 "name": "fa",
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 218 FrontAllocator fa(this); in InitializeLexEnv() local 227 FrontAllocator fa(this); in CopyFunctionArguments() local
|
/arkcompiler/ets_frontend/testTs/ |
D | test-case.patch | 2631 + 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/ |
D | log_loop.txt | 1764 [compiler] 000001fa:00000000 movq 3240(%rbx), %rcx
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 21578 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/ |
D | index.js | 2 …eturn{accessibility:0}}function pa(t){var r=e.findAncestor(t,fa);return r&&ji(r)}function fa(t){re… function
|