Chromium Code Reviews

Unified Diff: src/crankshaft/typing.cc

Issue 2142333002: Refactor class declaration logic to the parser and runtime Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: cleanup per Adam Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/crankshaft/typing.cc
diff --git a/src/crankshaft/typing.cc b/src/crankshaft/typing.cc
index 80a1eecef1d4551065fa399986fd51d59b402b74..7ad247e7e83011d2872565d237cd476223791203 100644
--- a/src/crankshaft/typing.cc
+++ b/src/crankshaft/typing.cc
@@ -337,9 +337,6 @@ void AstTyper::VisitDebuggerStatement(DebuggerStatement* stmt) {
void AstTyper::VisitFunctionLiteral(FunctionLiteral* expr) {}
-void AstTyper::VisitClassLiteral(ClassLiteral* expr) {}
-
-
void AstTyper::VisitNativeFunctionLiteral(NativeFunctionLiteral* expr) {
}

Powered by Google App Engine