refactor(ivy): remove the getHostNative utility function (#33554)

We already store a reference to a native host of a component
view so we can drop the getHostNative utility function (that
was getting the same reference from another data structure).

PR Close #33554
This commit is contained in:
Pawel Kozlowski
2019-11-03 12:06:39 +01:00
committed by atscott
parent 66725b7b37
commit 4ff43e1324
4 changed files with 3 additions and 29 deletions

View File

@ -311,9 +311,6 @@
{
"name": "getFactoryDef"
},
{
"name": "getHostNative"
},
{
"name": "getInitialStylingValue"
},
@ -329,9 +326,6 @@
{
"name": "getLView"
},
{
"name": "getLViewParent"
},
{
"name": "getMapProp"
},

View File

@ -245,9 +245,6 @@
{
"name": "getFactoryDef"
},
{
"name": "getHostNative"
},
{
"name": "getInjectorIndex"
},
@ -260,9 +257,6 @@
{
"name": "getLView"
},
{
"name": "getLViewParent"
},
{
"name": "getNativeAnchorNode"
},

View File

@ -671,9 +671,6 @@
{
"name": "getGuardMask"
},
{
"name": "getHostNative"
},
{
"name": "getInitialStylingValue"
},