@@ -45,6 +45,7 @@ concatenation
4545| tst.js:87:5:87:14 | x += 'two' |
4646| tst.js:89:3:89:14 | x |
4747| tst.js:89:3:89:14 | x += 'three' |
48+ | tst.js:95:7:95:30 | x.conca ... three') |
4849concatenationOperand
4950| closure.js:5:1:5:37 | build(' ... 'four') |
5051| closure.js:5:7:5:11 | 'one' |
@@ -123,6 +124,9 @@ concatenationOperand
123124| tst.js:87:10:87:14 | 'two' |
124125| tst.js:89:3:89:3 | x |
125126| tst.js:89:8:89:14 | 'three' |
127+ | tst.js:95:7:95:7 | x |
128+ | tst.js:95:16:95:20 | 'two' |
129+ | tst.js:95:23:95:29 | 'three' |
126130concatenationLeaf
127131| closure.js:5:7:5:11 | 'one' |
128132| closure.js:5:14:5:18 | 'two' |
@@ -192,6 +196,9 @@ concatenationLeaf
192196| tst.js:87:10:87:14 | 'two' |
193197| tst.js:89:3:89:3 | x |
194198| tst.js:89:8:89:14 | 'three' |
199+ | tst.js:95:7:95:7 | x |
200+ | tst.js:95:16:95:20 | 'two' |
201+ | tst.js:95:23:95:29 | 'three' |
195202concatenationNode
196203| closure.js:5:1:5:37 | build(' ... 'four') |
197204| closure.js:5:1:5:46 | build(' ... 'five' |
@@ -307,6 +314,10 @@ concatenationNode
307314| tst.js:89:3:89:14 | x |
308315| tst.js:89:3:89:14 | x += 'three' |
309316| tst.js:89:8:89:14 | 'three' |
317+ | tst.js:95:7:95:7 | x |
318+ | tst.js:95:7:95:30 | x.conca ... three') |
319+ | tst.js:95:16:95:20 | 'two' |
320+ | tst.js:95:23:95:29 | 'three' |
310321operand
311322| closure.js:5:1:5:37 | build(' ... 'four') | 0 | closure.js:5:7:5:11 | 'one' |
312323| closure.js:5:1:5:37 | build(' ... 'four') | 1 | closure.js:5:14:5:28 | 'two' + 'three' |
@@ -407,6 +418,9 @@ operand
407418| tst.js:89:3:89:14 | x | 1 | tst.js:89:8:89:14 | 'three' |
408419| tst.js:89:3:89:14 | x += 'three' | 0 | tst.js:89:3:89:3 | x |
409420| tst.js:89:3:89:14 | x += 'three' | 1 | tst.js:89:8:89:14 | 'three' |
421+ | tst.js:95:7:95:30 | x.conca ... three') | 0 | tst.js:95:7:95:7 | x |
422+ | tst.js:95:7:95:30 | x.conca ... three') | 1 | tst.js:95:16:95:20 | 'two' |
423+ | tst.js:95:7:95:30 | x.conca ... three') | 2 | tst.js:95:23:95:29 | 'three' |
410424nextLeaf
411425| closure.js:5:7:5:11 | 'one' | closure.js:5:14:5:18 | 'two' |
412426| closure.js:5:14:5:18 | 'two' | closure.js:5:22:5:28 | 'three' |
@@ -450,6 +464,8 @@ nextLeaf
450464| tst.js:61:27:61:27 | x | tst.js:61:29:61:33 | last |
451465| tst.js:87:5:87:5 | x | tst.js:87:10:87:14 | 'two' |
452466| tst.js:89:3:89:3 | x | tst.js:89:8:89:14 | 'three' |
467+ | tst.js:95:7:95:7 | x | tst.js:95:16:95:20 | 'two' |
468+ | tst.js:95:16:95:20 | 'two' | tst.js:95:23:95:29 | 'three' |
453469htmlRoot
454470| html-concat.js:2:14:2:26 | `<b>${x}</b>` |
455471| html-concat.js:3:14:3:26 | `<B>${x}</B>` |
0 commit comments