constructor.js 246 B

1234567
  1. 'use strict';
  2. require('../../modules/es.error.to-string');
  3. require('../../modules/web.dom-exception.constructor');
  4. require('../../modules/web.dom-exception.stack');
  5. var path = require('../../internals/path');
  6. module.exports = path.DOMException;