mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
remove last usage of arguments.caller (#812)
This commit is contained in:
parent
6a0f1189eb
commit
3b9953d65c
@ -6,7 +6,7 @@ description: >
|
||||
class strict mode
|
||||
---*/
|
||||
var D = class extends function() {
|
||||
arguments.caller;
|
||||
arguments.callee;
|
||||
} {};
|
||||
assert.throws(TypeError, function() {
|
||||
Object.getPrototypeOf(D).arguments;
|
Loading…
x
Reference in New Issue
Block a user