mirror of
https://github.com/tc39/test262.git
synced 2025-06-23 07:20:29 +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
|
class strict mode
|
||||||
---*/
|
---*/
|
||||||
var D = class extends function() {
|
var D = class extends function() {
|
||||||
arguments.caller;
|
arguments.callee;
|
||||||
} {};
|
} {};
|
||||||
assert.throws(TypeError, function() {
|
assert.throws(TypeError, function() {
|
||||||
Object.getPrototypeOf(D).arguments;
|
Object.getPrototypeOf(D).arguments;
|
Loading…
x
Reference in New Issue
Block a user