Skip to content

Commit

Permalink
reflected tests summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Nov 7, 2011
1 parent b94f410 commit cbcfdbb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -35,25 +35,25 @@ SAFE SHIMS
* Array.prototype.lastIndexOf
* Array.prototype.map
* Array.prototype.some
* Array.prototype.reduce
* Array.prototype.reduceRight
* Array.isArray
* Date.now
* Date.prototype.toJSON
* Function.prototype.bind
* /!\ Caveat: the bound function's length is always 0.
* /!\ Caveat: the bound function has a prototype property.
* /!\ Caveat: bound functions do not try too hard to keep you
from manipulating their ``arguments`` and ``caller`` properties.
* /!\ Caveat: bound functions don't have checks in ``call`` and
``apply`` to avoid executing as a constructor.
* Object.keys
* String.prototype.trim

### Untested ###

* Array.isArray
* Array.prototype.reduce
* Array.prototype.reduceRight
* Object.keys
* Date.now
* Date.parse (for ISO parsing)
* Date.prototype.toISOString
* Date.prototype.toJSON
* String.prototype.trim


DUBIOUS SHIMS
Expand Down

0 comments on commit cbcfdbb

Please sign in to comment.