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

Unified Diff: src/lookup.cc

Issue 504183002: Remove dead code from LookupResult (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Install the LoadFastElementStub descriptor and addressed comments Created 6 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 | « src/isolate.cc ('k') | src/mirror-debugger.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lookup.cc
diff --git a/src/lookup.cc b/src/lookup.cc
index 5bce620abd1e0bacdbcfc08b4f7e3bd98d7d4b22..3b11ebce798c56fa04ffc11b568348f75f727412 100644
--- a/src/lookup.cc
+++ b/src/lookup.cc
@@ -119,9 +119,6 @@ void LookupIterator::LoadPropertyKind() {
case v8::internal::CALLBACKS:
property_kind_ = ACCESSOR;
break;
- case v8::internal::HANDLER:
- case v8::internal::INTERCEPTOR:
- UNREACHABLE();
}
}
« no previous file with comments | « src/isolate.cc ('k') | src/mirror-debugger.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698