Skip to content
Snippets Groups Projects
  1. Jun 14, 2016
    • Mike Pennisi's avatar
      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
  2. Apr 12, 2015
Loading