DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / with / issue234373.js
123456789101112
function Player234373() { with(this){ play(); //Here } this.play = function() { window.console.log("hraju"); }; this.brand = ""; }