-
Mike Pennisi authored
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.
Mike Pennisi authoredAccording 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.