Upgrade to SpiderMonkey 140. (#38563)

Upgrade to use the latest mozjs upgrade.

Testing: Covered by existing WPT.

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-08-20 03:35:35 -04:00 committed by GitHub
parent b6cb57287f
commit 604b6ea26d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 27 additions and 29 deletions

View file

@ -8,6 +8,6 @@
[X Creating ConstantSourceNode(context) and DelayNode(context) incorrectly threw ReferenceError: "DelayNode is not defined".]
expected: FAIL
[X Setting delayTime to 3 frames incorrectly threw TypeError: "delay is undefined".]
[X Setting delayTime to 3 frames incorrectly threw TypeError: "can't access property "delayTime", delay is undefined".]
expected: FAIL

View file

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

View file

@ -50,6 +50,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"String",
"Symbol",
"SyntaxError",
"Temporal",
"TextMetrics",
"TypeError",
"URIError",