-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow tracing through child scopes in FunctionAnalysis
Summary: Allow `FunctionAnalysis` to emit `ResolveScopeInst`s if the scope that is available at the point of a call is a descendent of the scope we actually want. This will allow us to trace a function through inner scopes while retainin the ability to emit direct calls, or inling without having to emit a `GetClosureScopeInst`. Reviewed By: avp Differential Revision: D68187126 fbshipit-source-id: 12a6132e7daf99bfd1423f0144d263bfa108f0e2
- Loading branch information
1 parent
b58e852
commit 0381ccd
Showing
1 changed file
with
52 additions
and
13 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