D | receiver-conversion.js | 12 function test(outer, inner, check) { argument 13 check(outer()); 14 check(outer()); 16 check(outer()); 23 function check(x) { function in UndefinedSloppy 34 test(outer, inner, check); 41 function check(x) { function in UndefinedStrict 53 test(outer, inner, check); 60 function check(x) { function in NumberSloppy 71 test(outer, inner, check); [all …]
|