refactor(ivy): move static parts of LView.cleanup to TView (#24301)
PR Close #24301
This commit is contained in:

committed by
Victor Berchet

parent
8db928df9d
commit
86b13ccf80
@ -443,6 +443,9 @@
|
||||
{
|
||||
"name": "getSymbolIterator"
|
||||
},
|
||||
{
|
||||
"name": "getTViewCleanup"
|
||||
},
|
||||
{
|
||||
"name": "getTypeNameForDebugging"
|
||||
},
|
||||
@ -626,6 +629,12 @@
|
||||
{
|
||||
"name": "setUpAttributes"
|
||||
},
|
||||
{
|
||||
"name": "storeCleanupFn"
|
||||
},
|
||||
{
|
||||
"name": "storeCleanupWithContext"
|
||||
},
|
||||
{
|
||||
"name": "stringify"
|
||||
},
|
||||
|
Reference in New Issue
Block a user