[
  "Infinity",
  "NaN",
  "undefined",
  "null",
  "Object",
  "Function",
  "Boolean",
  "Symbol",
  "Error",
  "EvalError",
  "InternalError",
  "RangeError",
  "ReferenceError",
  "SyntaxError",
  "TypeError",
  "URIError",
  "Number",
  "Math",
  "Date",
  "String",
  "RegExp",
  "Array",
  "Int8Array",
  "Uint8Array",
  "Uint8ClampedArray",
  "Int16Array",
  "Uint16Array",
  "Int32Array",
  "Uint32Array",
  "Float32Array",
  "Float64Array",
  "Map",
  "Set",
  "WeakMap",
  "WeakSet",
  "Vector collections",
  "ArrayBuffer",
  "DataView",
  "JSON",
  "Control abstraction objects",
  "Promise",
  "Generator",
  "GeneratorFunction",
  "Reflection",
  "Reflect",
  "Proxy",
  "Intl",
  "Intl.Collator",
  "Intl.DateTimeFormat",
  "Intl.NumberFormat"
]