Chromium Code Reviews| Index: src/v8globals.h |
| diff --git a/src/v8globals.h b/src/v8globals.h |
| index 4b4d312f91c04f484c2c6b9c3a787438db810605..673a4cc1c93b09f468a6f9428f2dc8f7397abd66 100644 |
| --- a/src/v8globals.h |
| +++ b/src/v8globals.h |
| @@ -496,8 +496,8 @@ enum VariableMode { |
| INTERNAL, // like VAR, but not user-visible (may or may not |
| // be in a context) |
| - TEMPORARY, // temporary variables (not user-visible), never |
| - // in a context |
| + TEMPORARY, // temporary variables (not user-visible), usually |
| + // stack-allocated |
|
Michael Starzinger
2013/04/05 11:38:42
nit: Let's add "... (unless the scope forces conte
wingo
2013/04/05 12:25:06
Done.
|
| DYNAMIC, // always require dynamic lookup (we don't know |
| // the declaration) |