JS: move more test to box tests
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function A(v) {
|
||||
this.v = v;
|
||||
}
|
||||
|
||||
function nativeBox(b) {
|
||||
return b.bar(new A("foo"), function(i, s) { return "" + this.v + s + i })
|
||||
}
|
||||
Reference in New Issue
Block a user