archives

« Bugzilla Issues Index

#3969 — 19.2.1.1.1 CreateDynamicFunction: Missing early error checks for SuperProperty


19.2.1.1.1 RuntimeSemantics: CreateDynamicFunction(constructor, newTarget, kind, args)

Add after steps 15-16:
---
17. If body Contains SuperProperty is true, throw a SyntaxError exception.
18. If parameters Contains SuperProperty is true, throw a SyntaxError exception.
---


fixed in rev34 editor's draft


fixed in rev34