OLD | NEW |
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
2 // for details. All rights reserved. Use of this source code is governed by a | 2 // for details. All rights reserved. Use of this source code is governed by a |
3 // BSD-style license that can be found in the LICENSE file. | 3 // BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 // This test runs invokes getField and setField enough times to get cached | 5 // This test runs invokes getField and setField enough times to get cached |
6 // closures generated and with enough different field names to trip the path | 6 // closures generated and with enough different field names to trip the path |
7 // that flushes the closure cache. | 7 // that flushes the closure cache. |
8 | 8 |
9 library test.hot_get_field; | 9 library test.hot_get_field; |
10 | 10 |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 var vF7; | 299 var vF7; |
300 var vF8; | 300 var vF8; |
301 var vF9; | 301 var vF9; |
302 var vFA; | 302 var vFA; |
303 var vFB; | 303 var vFB; |
304 var vFC; | 304 var vFC; |
305 var vFD; | 305 var vFD; |
306 var vFE; | 306 var vFE; |
307 var vFF; | 307 var vFF; |
308 } | 308 } |
OLD | NEW |