function functStart () {}; function funct2 (X) { x = funct3 (1,2); }; function funct3 () { alert(1); } function funct4 (a,b) { alert (1,2,3,4); return (a + b); } function funct5 () { var aaa = 1; } function funct6 () { var b = __REGEX__; c = __REGEX__; if (test333()) { return true; } } function funct7 () { var a = 111; } function functEnd () {} ------------------------------------------------------------------------ Compile Time: 0.000 seconds Parse Time: 0.000 seconds Flatten Time: 0.000 seconds __________________________ Total Time: 0.000 seconds