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:
Josh Matthews 2025-08-07 12:47:27 -04:00 committed by GitHub
parent fd20a5df42
commit 842dd99698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 129 additions and 1417 deletions

View file

@ -10651,7 +10651,7 @@
[]
],
"interfaces.js": [
"fbfc396b62c55415c0493b7528bd5e2b959452e6",
"24c7fa68dbca91a9d26b2534c81ea7338cb2102a",
[]
],
"max-session-history-frame.html": [

View file

@ -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",