Chromium Code Reviews
DescriptionUse factory constructor for list literals
The list literal `<int>[1, 2, 3]` was
dart.list([1, 2, 3], core.int)
now becomes
JSArrayOfInt().of([1, 2, 3])
R=leafp@google.com
Committed: https://github.com/dart-lang/dev_compiler/commit/b2ebb32cbdf4ac4c35c537e7711ced5d54b04f1b
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 8 (5 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||