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

Unified Diff: src/contexts.h

Issue 1290053002: Revert of Group lexical context variables for faster look up. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | src/contexts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index d5b090618f13e06d92070518e743513352363673..9c8dc8a860ab2e86cca55933a9aec93bc5e0f83a 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -242,10 +242,6 @@
MUST_USE_RESULT
static bool Lookup(Handle<ScriptContextTable> table, Handle<String> name,
LookupResult* result);
-
- MUST_USE_RESULT
- static bool LookupLexical(Handle<ScriptContextTable> table,
- Handle<String> name);
MUST_USE_RESULT
static Handle<ScriptContextTable> Extend(Handle<ScriptContextTable> table,
« no previous file with comments | « no previous file | src/contexts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698