DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / markoccurences / issue232776.js
123456789101112
var testWith01 = { prop01: "ahoj", prop02: 20, method01: function() { } } with (testWith01) { prop01 = prop01 + prop02; method01(); }