mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue