source:
trip-planner-front/node_modules/core-js/internals/enum-bug-keys.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | // IE8- don't enum bug keys |
2 | module.exports = [ | |
3 | 'constructor', | |
4 | 'hasOwnProperty', | |
5 | 'isPrototypeOf', | |
6 | 'propertyIsEnumerable', | |
7 | 'toLocaleString', | |
8 | 'toString', | |
9 | 'valueOf' | |
10 | ]; |
Note:
See TracBrowser
for help on using the repository browser.