Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Proxy examples #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Jul 30, 2015

  1. Fix Proxy examples

    the [[Get]] internal slot of Proxy [calls the handler](http://www.ecma-international.org/ecma-262/6.0/index.html#sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver) with `target`, `P`, and `receiver` as arguments.
    
    the [[Call]] internal slot [calls the handler] with `thisArgument` and an `argsList` which is an Array made from the argumentsList. You don't need to use a rest parameter there.
    leobalter committed Jul 30, 2015
    Configuration menu
    Copy the full SHA
    eb4e2c9 View commit details
    Browse the repository at this point in the history