HomePhorge

(PUP-3274) Change Closure.call to not take scope as parameter
1ef5be8c0269Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-3274) Change Closure.call to not take scope as parameter

This parameter was unused in Closure. It was only needed when closures
could be created for 3x. Now the scope used in the evaluation of
the closure is the closure scope bound when the closure was created, and
not the given (now unused) scope in the call.

Details

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU1ef5be8c0269: (PUP-3274) Change Closure.call to not take scope as parameter (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Nov 22 2014, 2:33 AM