_Symbol.js
1  var root = require('./_root');
2  
3  /** Built-in value references. */
4  var Symbol = root.Symbol;
5  
6  module.exports = Symbol;