Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
4
node_modules/es-abstract/2017/ToIndex.js
generated
vendored
4
node_modules/es-abstract/2017/ToIndex.js
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
var GetIntrinsic = require('../GetIntrinsic');
|
||||
var GetIntrinsic = require('get-intrinsic');
|
||||
|
||||
var $RangeError = GetIntrinsic('%RangeError%');
|
||||
|
||||
|
|
@ -8,7 +8,7 @@ var ToInteger = require('./ToInteger');
|
|||
var ToLength = require('./ToLength');
|
||||
var SameValueZero = require('./SameValueZero');
|
||||
|
||||
// https://www.ecma-international.org/ecma-262/8.0/#sec-toindex
|
||||
// https://262.ecma-international.org/8.0/#sec-toindex
|
||||
|
||||
module.exports = function ToIndex(value) {
|
||||
if (typeof value === 'undefined') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue