Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Use method scope semantics for initializers #43

Merged
merged 1 commit into from
Aug 9, 2016

Commits on Jul 28, 2016

  1. Use method scope semantics for initializers

    This patch regularizes initializer scopes to make them just
    like a method, as discussed at the July 2016 TC39 meeting.
    
    Effects of this patch:
    - new.target becomes undefined
    - arguments becomes an empty arguments object
    littledan committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    f1c6d4f View commit details
    Browse the repository at this point in the history