summaryrefslogtreecommitdiffstats
path: root/devtools/client/debugger/test/mochitest/code_ugly-5.js
blob: a94f521dcdb1996a387d4b1a12552de751a1275a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*1385419625,181944095,JIT Construction: v1021776,en_US*/
/**
 * Copyright Test Inc.
 *
 * Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 */
// Copyright Test Inc.
//
// etc...
// etc...
function foo(){var a=1;var b=2;bar(a,b);}
function bar(c,d){return 3;}
foo();