Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

util.js v0.1 and above

Syntax

Code Block
themeEclipse
languagejavascript
linenumberstrue
try {
  oObj.uAddProperty(nMask,sKey,vVal_fGet,fSet);
} catch(e) {
  // likely a TypeError if an existing non-configurable property of the same sKey is defined
}

...