michael@0: /*1385419625,181944095,JIT Construction: v1021776,en_US*/ michael@0: /** michael@0: * Copyright Test Inc. michael@0: * michael@0: * Licensed under the Apache License, Version 2.0 michael@0: * http://www.apache.org/licenses/LICENSE-2.0 michael@0: */ michael@0: // Copyright Test Inc. michael@0: // michael@0: // etc... michael@0: // etc... michael@0: function foo(){var a=1;var b=2;bar(a,b);} michael@0: function bar(c,d){debugger;} michael@0: foo();