a905b19f5d
The collected classes were needlessly recomputed in NativeCodegenEnqueuer. Now the set of classes is computed once and copied from NativeResolutionEnqueuer to NativeCodegenEnqueuer. Next step is to move the collection from NativeResolutionEnqueuer to NativeDataResolver since its computation is AST dependent. R=efortuna@google.com Review-Url: https://codereview.chromium.org/2779003002 .