prefix-utils.jsm 546 B

123456789101112131415161718
  1. /* -*- Mode: js; js-indent-level: 2; -*- */
  2. /*
  3. * Copyright 2011 Mozilla Foundation and contributors
  4. * Licensed under the New BSD license. See LICENSE or:
  5. * http://opensource.org/licenses/BSD-3-Clause
  6. */
  7. /*
  8. * WARNING!
  9. *
  10. * Do not edit this file directly, it is built from the sources at
  11. * https://github.com/mozilla/source-map/
  12. */
  13. Components.utils.import('resource://gre/modules/devtools/Require.jsm');
  14. Components.utils.import('resource://gre/modules/devtools/SourceMap.jsm');
  15. this.EXPORTED_SYMBOLS = [ "define", "runSourceMapTests" ];