Add missing include to WeakMap.prototype.getOrInsertComputed() test

This commit is contained in:
Linus Groh 2025-09-18 20:34:35 +01:00 committed by Philip Chimento
parent 6251b55fc6
commit e0d8f66a2b

View File

@ -11,6 +11,7 @@ info: |
...
4. If CanBeHeldWeakly(_key_) is *false*, throw a *TypeError* exception.
...
includes: [compareArray.js]
features: [Symbol, WeakMap, upsert]
---*/