Home
last modified time | relevance | path

Searched refs:decompiledFunction (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/test/webkit/fast/js/
Dfunction-decompilation-operators-expected.txt29 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 …]
Dfunction-decompilation-operators.js81 …var decompiledFunction = eval("(function () { " + tests[test] + ";})").toString().replace(/\n/g, … variable