(lambda)
| 26 | ); |
| 27 | |
| 28 | function Call(lambda) { return lambda(); } |
| 29 | |
| 30 | debug("anonymous function expression"); |
| 31 | shouldBe("var x = (function(a,b){ return a + b; }); x(1,2)", "3"); |
no outgoing calls
no test coverage detected
searching dependent graphs…