Searched refs:decompiledFunction (Results 1 – 2 of 2) sorted by relevance
29 PASS decompiledFunction is 'function () { x + + y;}'30 PASS decompiledFunction is 'function () { x + - y;}'31 PASS decompiledFunction is 'function () { x - + y;}'32 PASS decompiledFunction is 'function () { x - - y;}'33 PASS decompiledFunction is 'function () { x * + y;}'34 PASS decompiledFunction is 'function () { x * - y;}'35 PASS decompiledFunction is 'function () { x / + y;}'36 PASS decompiledFunction is 'function () { x / - y;}'37 PASS decompiledFunction is 'function () { x % + y;}'38 PASS decompiledFunction is 'function () { x % - y;}'[all …]
81 …var decompiledFunction = eval("(function () { " + tests[test] + ";})").toString().replace(/\n/g, … variable