aotNewExternName function

String aotNewExternName(
  1. String componentName
)

Dart name of the generated _new extern for componentName. It carries @RecordUse(), so tear-offs of it are what the link hook keys component liveness on.

Implementation

String aotNewExternName(String componentName) =>
    '_${_lowerName(componentName)}New';