Rev 392 | Rev 394 | Go to most recent revision | Last modification | Compare with Previous | View Log | RSS feed
* object.js - Added and used more specific runtime options - Optimized augmentation - jsx.object._hasOwnProperty(): Optimized fallback logic - jsx.object.clone(): + Organized imports + Switched arguments so that source comes first (compatible) + Use jsx.object.isArray() + Only _clone_ properties with object values - jsx.object.defineProperties(): + Only iterate over _own_ enumerable properties + Backwards-compatible access to `get' and `set' properties - Added jsx.array.from() (still available in case `Array' augmentation is not wanted)