prepack/test
Herman Venter abd21cf0bb Preserve order of joined throw completions at function end
Summary:
Release note: none

The code for disentangling return completions from throw completions uses a recursive algorithm that caused the throw completions to get reversed. Fix this to prepend rather than append so that the order comes out right.

This is also an opportunity to not mess with the path conditions.
Closes https://github.com/facebook/prepack/pull/1752

Differential Revision: D7676676

Pulled By: hermanventer

fbshipit-source-id: f10326e21bdf3f15c2ddf7eac02ef02cf8d155d3
2018-04-18 16:12:56 -07:00
..
error-handler Join all normal paths together for optimized functions 2018-04-10 16:53:06 -07:00
node-cli Add minimal test case for the node-cli mode 2017-05-18 15:08:39 -07:00
react Handle cases where gDSFP is given an abstract state 2018-04-13 03:00:04 -07:00
residual Partial evaluation of throw statements 2018-02-22 12:31:52 -08:00
serializer Preserve order of joined throw completions at function end 2018-04-18 16:12:56 -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