JS: fix names in stdlib and tests WRT to new mangling algorithm
This commit is contained in:
@@ -3,5 +3,5 @@ function A(v) {
|
||||
}
|
||||
|
||||
function nativeBox(b) {
|
||||
return b.bar_asnz92$(new A("foo"), function($reciever, i, s) { return "" + $reciever.v + s + i })
|
||||
return b.bar_a13ma$(new A("foo"), function($reciever, i, s) { return "" + $reciever.v + s + i })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user