scoped
Version:
command line tool exposing lexical-scope
56 lines (54 loc) • 805 B
JavaScript
module.exports = [
'module'
, 'arguments'
, 'this'
, 'process'
, 'console'
, 'setInterval'
, 'clearInterval'
, 'setTimeout'
, 'clearTimeout'
, 'JSON'
, 'require'
, 'window'
, 'Math'
, 'Object'
, 'Function'
, 'Number'
, 'Array'
, 'RegExp'
, 'Date'
, 'document'
, 'define'
, 'undefined'
, 'String'
, 'Boolean'
, 'eval'
, 'encodeURIComponent'
, 'decodeURIComponent'
, 'unescape'
, 'parseInt'
, 'parseFloat'
, 'TypeError'
, 'SyntaxError'
, 'Error'
, 'Image'
, 'isNaN'
, 'Infinity'
, 'NaN'
, 'isFinite'
, 'navigator'
, 'Uint8Array'
, 'Uint16Array'
, 'Uint32Array'
, 'Int8Array'
, 'Int16Array'
, 'Int32Array'
, 'Float32Array'
, 'Float64Array'
, 'XMLHttpRequest'
, 'Set'
, 'WeakSet'
, 'Map'
, 'WeakMap'
]