| 1 | // Shims to fill in enough of ECMAScript 5 to make Tern run. Does not |
| 2 | // supply standard-compliant methods, in that some functionality is |
| 3 | // left out (such as second argument to Object.create, self args in |
| 4 | // array methods, etc). WILL clash with other ECMA5 polyfills in a |