8 lines
162 B
JavaScript
Vendored
8 lines
162 B
JavaScript
Vendored
function A(v) {
|
|
this.v = v;
|
|
}
|
|
|
|
function nativeBox(b) {
|
|
return b.bar_a13ma$(new A("foo"), function($reciever, i, s) { return "" + $reciever.v + s + i })
|
|
}
|