summary refs log tree commit diff stats
path: root/examples/cross_calculator/ios
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2018-09-03 17:51:30 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-09-03 17:51:30 +0200
commit1a60ffcf1dc265c6b92dfd757e1bfd5e904c1f3d (patch)
tree2f70738c3379cc3fc54d2f56bb6d9a20ea09488d /examples/cross_calculator/ios
parent0694c9080f85b59e86ddfb0bd3c799fe9d9e30ae (diff)
downloadNim-1a60ffcf1dc265c6b92dfd757e1bfd5e904c1f3d.tar.gz
Correctly mangle `this` in the JS backend (#8853)
As shown in pragmagic/karax#67 using `this` as parameter name made the
codegen output wrong code (and the user didn't notice the errors in the
browser console).
Diffstat (limited to 'examples/cross_calculator/ios')
0 files changed, 0 insertions, 0 deletions
f ^
4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^
f07bb12f ^
4c13e1f2 ^
f07bb12f ^




4c13e1f2 ^

f07bb12f ^











4c13e1f2 ^









f07bb12f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107