Home
last modified time | relevance | path

Searched defs:newInterface (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts1514 const newInterface = createCombinedInterfaceAndClass(entry.nodes, context, kindType); constant
2129 const newInterface = createCombinedInterfaceAndClass(entry.nodes, context, kindType); constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp259 auto newInterface = ctx->AllocNode<ir::TSInterfaceBody>(std::move(newPropertyList)); in UpdateInterfaceProperties() local