mirror of
https://github.com/servo/servo.git
synced 2025-08-23 22:35:33 +01:00
Auto merge of #26875 - servo:jdm-patch-44, r=gterzian
Don't pretend we support SharedArrayBuffer. Fixes #26874.
This commit is contained in:
commit
596e9105c5
14 changed files with 75 additions and 18 deletions
|
@ -11005,7 +11005,7 @@
|
|||
[]
|
||||
],
|
||||
"interfaces.js": [
|
||||
"253dd124cebe9b7d3aa4fc5ff8c9137e7aeb2f66",
|
||||
"7a105e791dd80bd42d80055a64746bbe5fece41e",
|
||||
[]
|
||||
],
|
||||
"nested_asap_script.js": [
|
||||
|
|
|
@ -5,7 +5,6 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
var ecmaGlobals = [
|
||||
"Array",
|
||||
"ArrayBuffer",
|
||||
"Atomics",
|
||||
"BigInt",
|
||||
"BigInt64Array",
|
||||
"BigUint64Array",
|
||||
|
@ -43,7 +42,6 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"Reflect",
|
||||
"RegExp",
|
||||
"Set",
|
||||
"SharedArrayBuffer",
|
||||
"String",
|
||||
"Symbol",
|
||||
"SyntaxError",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue