DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / javascript.editing / test / unit / data / testfiles / completion / lib / test1.js
123456789101112
function mytest() { myfield = 50 myotherfield = 50 another = 50 x = "Hello World" y = /reg/ z = "f\oo" w = /b\ar/ z = 3.14 d = true }