Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    c0a3b2db
    Relax test for forbidden extension · c0a3b2db
    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.
    c0a3b2db
    History
    Relax test for forbidden extension
    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.