DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / with / issue234380.js
12345678
function Player234380() { this.den = new Date(); with (this.den) { window.console.log(getDate()); } } new Player234380();