5982ace801
Closure conversion can now be run on a part of a program. It allows using closure conversion in kernel-isolate. It comes at a cost of temporarily sacrificing implementation of tear-offs via closures; VM mechanism for tear-offs is used for now. R=ahe@google.com Review-Url: https://codereview.chromium.org/2938773003 .