forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate exception handling logic to emitHandleException()
Summary: Deduplicate the exception handling logic in makeCatchBlock() and irgen-inlining's implEndCatchBlock() into emitHandleException(). Allows later diffs to: - route Hack exceptions directly to Hack catch handlers - implement emitThrow using emitHandleException() Reviewed By: ricklavoie Differential Revision: D51213504 fbshipit-source-id: f5cd04af238ec39755ca5363390fe0350af51fd9
- Loading branch information
1 parent
909cb5c
commit fbf5ebc
Showing
4 changed files
with
68 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters