4e5e312534
Allocate contexts to hold captured variables. Rewrite captured variable access to context access. Outside of a local function, this is a single indirection through a named context. Inside a local function it requires traversing (a statically known number of) parent links. R=ahe@google.com Review URL: https://chromereviews.googleplex.com/507717013 .