DEBSOURCES
Skip Quicknav
sources / netbeans / 8.1%2Bdfsg3-2 / javascript2.editor / test / unit / data / testfiles / structure / issue253128.js
12345678910
t1 = t2 = function () { return 10; } t3 = t4 = t5 = t6 = function () { return "hello" }; t1(); t2();