mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +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.
|
ToPropertyKey(prop) occurs after both sides are evaluated.
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
function DummyError() {}
|
||||||
|
|
||||||
assert.throws(DummyError, function() {
|
assert.throws(DummyError, function() {
|
||||||
var prop = function() {
|
var prop = function() {
|
||||||
throw new DummyError();
|
throw new DummyError();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user