|
154 | 154 | 'Array', 'ArrayBuffer', 'Date', 'Error', 'Float32Array', 'Float64Array',
|
155 | 155 | 'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Math', 'Number',
|
156 | 156 | 'Object', 'RegExp', 'Set', 'String', '_', 'clearTimeout', 'document',
|
157 |
| - 'isFinite', 'parseInt', 'setTimeout', 'TypeError', 'Uint8Array', |
158 |
| - 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', |
159 |
| - 'window' |
| 157 | + 'isFinite', 'parseFloat', 'parseInt', 'setTimeout', 'TypeError', 'Uint8Array', |
| 158 | + 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', 'window' |
160 | 159 | ];
|
161 | 160 |
|
162 | 161 | /** Used to fix the JScript `[[DontEnum]]` bug. */
|
|
774 | 773 | clearTimeout = context.clearTimeout,
|
775 | 774 | floor = Math.floor,
|
776 | 775 | getPrototypeOf = getNative(Object, 'getPrototypeOf'),
|
| 776 | + parseFloat = context.parseFloat, |
777 | 777 | push = arrayProto.push,
|
778 | 778 | propertyIsEnumerable = objectProto.propertyIsEnumerable,
|
779 | 779 | Set = getNative(context, 'Set'),
|
|
0 commit comments