blob: 9b08aef2bd5192c21acf110c0f43b111b4670182 [file] [log] [blame]
function f(type) {
for (var i = 0; i < 3; i++) {}
assertEq((new String) instanceof type, true);
}
f(String);