Home | History | Annotate | Download | only in parse-only

Lines Matching refs:dflt

1880 	retrieve: function(property, dflt){
1882 if (dflt != undefined && prop == undefined) prop = storage[property] = dflt;