Home
last modified time | relevance | path

Searched refs:newInterface (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfacePropertyDeclarations.cpp185 auto newInterface = checker->AllocNode<ir::TSInterfaceBody>(std::move(newPropertyList)); in UpdateInterfacePropertys() local
186 newInterface->SetRange(interface->Range()); in UpdateInterfacePropertys()
187 newInterface->SetParent(interface->Parent()); in UpdateInterfacePropertys()
189 return newInterface; in UpdateInterfacePropertys()

Completed in 2 milliseconds