Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index 4b4d312f91c04f484c2c6b9c3a787438db810605..588d5928c94fd21ff6e82589b8c59e433043d411 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), stack-allocated |
+ // unless the scope as a whole has forced context allocation |
DYNAMIC, // always require dynamic lookup (we don't know |
// the declaration) |