source:
trip-planner-front/node_modules/core-js/internals/freezing.js
Last change on this file was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 258 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | var fails = require('../internals/fails'); |
2 | ||
3 | module.exports = !fails(function () { | |
4 | // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing | |
5 | return Object.isExtensible(Object.preventExtensions({})); | |
6 | }); |
Note:
See TracBrowser
for help on using the repository browser.