mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +01:00
Update to SpiderMonkey 137. (#37077)
Incorporates the updates from https://github.com/servo/mozjs/pull/584. Testing: Existing WPT coverage is enough. Fixes: Part of #36258 --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
fd20a5df42
commit
842dd99698
25 changed files with 129 additions and 1417 deletions
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
2
tests/wpt/mozilla/meta/MANIFEST.json
vendored
|
@ -10651,7 +10651,7 @@
|
|||
[]
|
||||
],
|
||||
"interfaces.js": [
|
||||
"fbfc396b62c55415c0493b7528bd5e2b959452e6",
|
||||
"24c7fa68dbca91a9d26b2534c81ea7338cb2102a",
|
||||
[]
|
||||
],
|
||||
"max-session-history-frame.html": [
|
||||
|
|
|
@ -19,6 +19,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"Error",
|
||||
"EvalError",
|
||||
"FinalizationRegistry",
|
||||
"Float16Array",
|
||||
"Float32Array",
|
||||
"Float64Array",
|
||||
"Function",
|
||||
|
@ -28,6 +29,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
"Int8Array",
|
||||
"InternalError",
|
||||
"Intl",
|
||||
"Iterator",
|
||||
"JSON",
|
||||
"Map",
|
||||
"Math",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue