Descriptionjs_runtime: loadDeferredLibrary: don't call initializer of repeated empty parts
Pre-filtering hunks to initialized ended up calling some initializations multiple times. This happened for empty parts, so was harmless after https://github.com/dart-lang/sdk/commit/4af03b1a658675c8490e8c4c3721e6a2991c17e9
Simplify logic to reduce use of corelib functions. There is no real need to be creating closures and calling all of List.generate, where, and map.
BUG=
R=sigmund@google.com
Committed: https://github.com/dart-lang/sdk/commit/7983454299a3e2ee89fd5e3ae20f4a389d39a4b1
Patch Set 1 #
Total comments: 2
Patch Set 2 : rename to urisToLoad #Messages
Total messages: 7 (3 generated)
|