Commit 67113cf
[flow analysis] Rename SsaNode.getOrCreatePropertyNode.
The old name (`getProperty`) was unclear because (a) the thing being
returned isn't the property itself but the property's SSA node, and
(b) it didn't give any indication that if the property node was not
present, it would be created.
Thanks to Konstantin for pointing this out.
Change-Id: Ib64315b0bb635545c0ee9253c965277c391f36c4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/418661
Reviewed-by: Konstantin Shcheglov <[email protected]>
Auto-Submit: Paul Berry <[email protected]>
Commit-Queue: Konstantin Shcheglov <[email protected]>1 parent 284a7ee commit 67113cf
File tree
1 file changed
+4
-4
lines changed1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3858 | 3858 | | |
3859 | 3859 | | |
3860 | 3860 | | |
3861 | | - | |
| 3861 | + | |
3862 | 3862 | | |
3863 | 3863 | | |
3864 | 3864 | | |
| |||
6034 | 6034 | | |
6035 | 6035 | | |
6036 | 6036 | | |
6037 | | - | |
6038 | | - | |
6039 | | - | |
| 6037 | + | |
| 6038 | + | |
| 6039 | + | |
6040 | 6040 | | |
6041 | 6041 | | |
6042 | 6042 | | |
| |||
0 commit comments