mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Upgrade to SM 39
This commit is contained in:
parent
a256f39796
commit
675267b782
205 changed files with 6546 additions and 5340 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue