refactor(ivy): Remove findComponentView since we now store it in LView[DECLARATION_COMPONENT_VIEW] (#33810)

PR Close #33810
This commit is contained in:
Miško Hevery
2019-11-13 16:22:55 -08:00
committed by Alex Rickabaugh
parent 8f034896a3
commit 7c64b1889f
13 changed files with 24 additions and 64 deletions

View File

@ -272,9 +272,6 @@
{
"name": "findAttrIndexInNode"
},
{
"name": "findComponentView"
},
{
"name": "findDirectiveMatches"
},

View File

@ -227,9 +227,6 @@
{
"name": "extractPipeDef"
},
{
"name": "findComponentView"
},
{
"name": "generateExpandoInstructionBlock"
},

View File

@ -575,9 +575,6 @@
{
"name": "findAttrIndexInNode"
},
{
"name": "findComponentView"
},
{
"name": "findDirectiveMatches"
},