Upgrade to SM 39

This commit is contained in:
Michael Wu 2015-04-06 19:27:56 -04:00
parent a256f39796
commit 675267b782
205 changed files with 6546 additions and 5340 deletions

View file

@ -13,6 +13,7 @@
var ecmaGlobals = [
"Array",
"ArrayBuffer",
"Atomics",
"Boolean",
"DataView",
"Date",
@ -26,6 +27,7 @@ var ecmaGlobals = [
"Int32Array",
"Int8Array",
"InternalError",
"Intl",
"Iterator",
"JSON",
"Map",
@ -37,17 +39,32 @@ var ecmaGlobals = [
"RangeError",
"ReferenceError",
"RegExp",
"SIMD",
"Set",
"SharedArrayBuffer",
"SharedFloat32Array",
"SharedFloat64Array",
"SharedInt16Array",
"SharedInt32Array",
"SharedInt8Array",
"SharedUint16Array",
"SharedUint32Array",
"SharedUint8Array",
"SharedUint8ClampedArray",
"StopIteration",
"String",
"Symbol",
"SyntaxError",
"TypeError",
"TypedObject",
"URIError",
"Uint16Array",
"Uint32Array",
"Uint8Array",
"Uint8ClampedArray",
"URIError",
"Uint8ClampedArray",
"WeakMap",
"WeakSet",
];
// IMPORTANT: Do not change the list below without review from a DOM peer!