'use strict'; var ES2015 = require('./es2015'); var assign = require('./helpers/assign'); var ES2016 = assign(assign({}, ES2015), { // https://github.com/tc39/ecma262/pull/60 SameValueNonNumber: function SameValueNonNumber(x, y) { if (typeof x === 'number' || typeof x !== typeof y) { throw new TypeError('SameValueNonNumber requires two non-number values of the same type.'); } return this.SameValue(x, y); } }); module.exports = ES2016;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
helpers | Folder | 0755 |
|
|
operations | Folder | 0755 |
|
|
.editorconfig | File | 276 B | 0644 |
|
.jscs.json | File | 3.91 KB | 0644 |
|
.nycrc | File | 234 B | 0644 |
|
.travis.yml | File | 6.8 KB | 0644 |
|
CHANGELOG.md | File | 6.43 KB | 0644 |
|
GetIntrinsic.js | File | 8.38 KB | 0644 |
|
LICENSE | File | 1.05 KB | 0644 |
|
Makefile | File | 3.75 KB | 0644 |
|
README.md | File | 1.8 KB | 0644 |
|
es2015.js | File | 21.28 KB | 0644 |
|
es2016.js | File | 454 B | 0644 |
|
es2017.js | File | 633 B | 0644 |
|
es5.js | File | 6.33 KB | 0644 |
|
es6.js | File | 53 B | 0644 |
|
es7.js | File | 53 B | 0644 |
|
index.js | File | 427 B | 0644 |
|
package.json | File | 2.37 KB | 0644 |
|