mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Add missing DummyError function definition to target-super-computed-reference.js
This commit is contained in:
parent
23c3e0111b
commit
263c514afa
@ -10,6 +10,8 @@ info: |
|
||||
ToPropertyKey(prop) occurs after both sides are evaluated.
|
||||
---*/
|
||||
|
||||
function DummyError() {}
|
||||
|
||||
assert.throws(DummyError, function() {
|
||||
var prop = function() {
|
||||
throw new DummyError();
|
||||
|
Loading…
x
Reference in New Issue
Block a user