perf(ivy): remove unnecessary view type checks (#31959)

PR Close #31959
This commit is contained in:
Pawel Kozlowski
2019-08-02 11:50:48 +02:00
committed by Alex Rickabaugh
parent 6f98107d5e
commit 9d1f43f3ba
5 changed files with 17 additions and 60 deletions

View File

@ -404,12 +404,6 @@
{
"name": "getRenderParent"
},
{
"name": "getRootContext"
},
{
"name": "getRootView"
},
{
"name": "getSelectedIndex"
},
@ -548,12 +542,6 @@
{
"name": "postProcessDirective"
},
{
"name": "readPatchedData"
},
{
"name": "readPatchedLView"
},
{
"name": "refreshChildComponents"
},
@ -578,9 +566,6 @@
{
"name": "renderComponent"
},
{
"name": "renderComponentOrTemplate"
},
{
"name": "renderEmbeddedTemplate"
},
@ -686,9 +671,6 @@
{
"name": "throwMultipleComponentError"
},
{
"name": "tickRootContext"
},
{
"name": "unwrapRNode"
},

View File

@ -326,12 +326,6 @@
{
"name": "getRenderParent"
},
{
"name": "getRootContext"
},
{
"name": "getRootView"
},
{
"name": "getSelectedIndex"
},
@ -413,12 +407,6 @@
{
"name": "postProcessBaseDirective"
},
{
"name": "readPatchedData"
},
{
"name": "readPatchedLView"
},
{
"name": "refreshChildComponents"
},
@ -434,9 +422,6 @@
{
"name": "renderComponent"
},
{
"name": "renderComponentOrTemplate"
},
{
"name": "renderEmbeddedTemplate"
},
@ -500,9 +485,6 @@
{
"name": "syncViewWithBlueprint"
},
{
"name": "tickRootContext"
},
{
"name": "unwrapRNode"
},

View File

@ -899,12 +899,6 @@
{
"name": "getRenderer"
},
{
"name": "getRootContext"
},
{
"name": "getRootView"
},
{
"name": "getSelectedIndex"
},