Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Unified Diff: src/globals.h

Issue 2299973002: Remove unused VariableLocation::GLOBAL. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/full-codegen/x87/full-codegen-x87.cc ('k') | src/interpreter/bytecode-generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index 52a1d981ffc0e2dd1ecface1df74a195a9ee6315..1eddb7f7389ca59732b234fb2392b6f5d2ba3a45 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -943,12 +943,6 @@ enum VariableLocation : uint8_t {
// corresponding scope.
CONTEXT,
- // An indexed slot in a script context that contains a respective global
- // property cell. name() is the variable name, index() is the variable
- // index in the context object on the heap, starting at 0. scope() is the
- // corresponding script scope.
- GLOBAL,
-
// A named slot in a heap context. name() is the variable name in the
// context object on the heap, with lookup starting at the current
// context. index() is invalid.
« no previous file with comments | « src/full-codegen/x87/full-codegen-x87.cc ('k') | src/interpreter/bytecode-generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698