expression-sandbox icon indicating copy to clipboard operation
expression-sandbox copied to clipboard

more constructors

Open NodeGuy opened this issue 8 years ago • 0 comments

Here's a more complete list of standard constructors for you:

const constructors = [
  Array,
  ArrayBuffer,
  Boolean,
  Date,
  Error,
  EvalError,
  Float32Array,
  Float64Array,
  Function,
  Int8Array,
  Int16Array,
  Int32Array,
  Map,
  Number,
  Object,
  RangeError,
  ReferenceError,
  RegExp,
  Set,
  String,
  SyntaxError,
  TypeError,
  Uint8Array,
  Uint8ClampedArray,
  Uint16Array,
  Uint32Array,
  URIError,
  WeakMap,
  WeakSet
];

NodeGuy avatar Oct 19 '17 01:10 NodeGuy