prepack/test
Chris Blappert f4c46000e2 Clean lexically scoped values from ModifiedBindings
Summary:
hermanventer changed the interpreter such that when `popContext` was run, the corresponding `var` bindings from the popped scope were removed. This PR extends that functionality to `LexicalEnvironment`s so that `let` bindings are also removed when the Lexical scope is removed.

This is necessary for #1093 / #1140.
Closes https://github.com/facebook/prepack/pull/1217

Differential Revision: D6594205

Pulled By: cblappert

fbshipit-source-id: 85440e5b591bba6118724140e0e0764f573fbd00
2017-12-19 11:11:00 -08:00
..
error-handler fix #1239 - Command-line based syntax errors now print location 2017-12-18 13:56:26 -08:00
node-cli Add minimal test case for the node-cli mode 2017-05-18 15:08:39 -07:00
react Hoist and re-use React Elements when it's safe to do so 2017-12-15 08:08:19 -08:00
residual Partial evaluator for calls (#713) 2017-06-12 13:07:50 -07:00
serializer Clean lexically scoped values from ModifiedBindings 2017-12-19 11:11:00 -08:00
source-maps Initial commit 2017-03-28 20:52:41 -07:00
std-in fix #1239 - Command-line based syntax errors now print location 2017-12-18 13:56:26 -08:00
test262@098f9ca3de Initial commit 2017-03-28 20:52:41 -07:00