Skip to content
Snippets Groups Projects
Commit 3b9953d6 authored by Kevin Gibbons's avatar Kevin Gibbons Committed by Tom Care
Browse files

remove last usage of arguments.caller (#812)

parent 6a0f1189
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment