WALA/com.ibm.wala.cast.js.test.data/examples-src/tests/global_object.js

5 lines
94 B
JavaScript
Raw Normal View History

2012-08-22 16:15:46 +00:00
function biz(p) { return p; }
var z = (function foo() { return this; })();
var x = z.biz(3);