DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / webcommon / javascript2.editor / test / unit / data / testfiles / hints / issue269659_02.js
123456789
var car = {type:"Fiat", model :'2015', getModel : function(type, model) { return this.type; } };