Add new JS engine error type to WPT tests.

This commit is contained in:
Josh Matthews 2021-01-31 22:20:07 -05:00
parent 397b9b2601
commit 303483e8eb

View file

@ -3,6 +3,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
// This is a list of interfaces that are exposed to every webpage by SpiderMonkey. // This is a list of interfaces that are exposed to every webpage by SpiderMonkey.
// IMPORTANT: Do not change this list without review from a JavaScript Engine peer! // IMPORTANT: Do not change this list without review from a JavaScript Engine peer!
var ecmaGlobals = [ var ecmaGlobals = [
"AggregateError",
"Array", "Array",
"ArrayBuffer", "ArrayBuffer",
"BigInt", "BigInt",