prepack/test
Herman Venter de52327593 Handle abstract conditional break inside definite for loop
Summary:
Release note: Allow break/continue to be guarded by abstract conditions inside loops

This addresses the first example in issue: #1764

Loops represent join points for break and continue completions. They need to be handled much like the return completions that join at function end. The main difficulty is that break and continue can specify a target. For now, we punt on that and give a compile time error.
Closes https://github.com/facebook/prepack/pull/1778

Differential Revision: D7762824

Pulled By: hermanventer

fbshipit-source-id: d8d3699277b7bb20817a27ecc24f3c503904fc74
2018-04-26 01:58:46 -07:00
..
error-handler Handle abstract conditional break inside definite for loop 2018-04-26 01:58:46 -07:00
node-cli Add minimal test case for the node-cli mode 2017-05-18 15:08:39 -07:00
react Fixes an issue with getDerivedStateFromProps 2018-04-26 01:58:46 -07:00
residual Partial evaluation of throw statements 2018-02-22 12:31:52 -08:00
serializer Handle abstract conditional break inside definite for loop 2018-04-26 01:58:46 -07: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