mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
According to ES2015, functions created using the FunctionDeclaration syntax may define "own" properties named "caller" and "arguments" as long as this is done using the AddRestrictedFunctionProperties abstract operation. Remove the assertions that prohibit this extension.