Chromium Code Reviews| Index: test/mjsunit/compiler/inline-accessors.js |
| diff --git a/test/mjsunit/compiler/inline-accessors.js b/test/mjsunit/compiler/inline-accessors.js |
| index a4cf7ae8c112356c33bd4067482b6df8889994b9..3cb55665edd5bb16afc542227abe2b6277f1e417 100644 |
| --- a/test/mjsunit/compiler/inline-accessors.js |
| +++ b/test/mjsunit/compiler/inline-accessors.js |
| @@ -29,6 +29,8 @@ |
| var accessorCallCount, setterArgument, setterValue, obj, forceDeopt; |
| +// TODO(mvstanton): use this code as a template to be able to test deoptimization. |
|
Hannes Payer (out of office)
2013/04/18 11:14:39
linewidth 80
mvstanton
2013/04/18 13:39:26
Thx, I was able to remove the TODO. As it turns ou
|
| + |
| // ----------------------------------------------------------------------------- |
| // Helpers for testing inlining of getters. |