Skip to content

Commit 6e77987

Browse files
scheglovCommit Queue
authored andcommitted
Fine. Add tracking annotations for loadLibraryFunction and loadLibraryProvider.
Change-Id: I57104694025632a547010d9e3047e96d8f9bf00c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/449500 Reviewed-by: Johnni Winther <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent a387b8b commit 6e77987

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/analyzer/lib/src/dart/element/element.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5928,6 +5928,7 @@ class LibraryElementImpl extends ElementImpl
59285928

59295929
/// The provider for the synthetic function `loadLibrary` that is defined
59305930
/// for this library.
5931+
@trackedInternal
59315932
late final LoadLibraryFunctionProvider loadLibraryProvider;
59325933

59335934
String _name;
@@ -6271,6 +6272,7 @@ class LibraryElementImpl extends ElementImpl
62716272
}
62726273

62736274
@override
6275+
@trackedIndirectly
62746276
TopLevelFunctionElementImpl get loadLibraryFunction {
62756277
return loadLibraryProvider.getElement(this);
62766278
}

0 commit comments

Comments
 (0)