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

Unified Diff: src/asmjs/asm-wasm-builder.cc

Issue 2142333002: Refactor class declaration logic to the parser and runtime Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: minor cleanup per Adam Created 4 years, 5 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/ast/ast.h » ('j') | src/ast/ast.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/asmjs/asm-wasm-builder.cc
diff --git a/src/asmjs/asm-wasm-builder.cc b/src/asmjs/asm-wasm-builder.cc
index 83691efbf5460aad18dfecb18119904932f67bd6..8c0862a3a4a6b672921d0bf43201055aed643c30 100644
--- a/src/asmjs/asm-wasm-builder.cc
+++ b/src/asmjs/asm-wasm-builder.cc
@@ -1652,8 +1652,6 @@ class AsmWasmBuilderImpl : public AstVisitor {
}
}
- void VisitClassLiteral(ClassLiteral* expr) override { UNREACHABLE(); }
-
void VisitSpread(Spread* expr) override { UNREACHABLE(); }
void VisitSuperPropertyReference(SuperPropertyReference* expr) override {
« no previous file with comments | « no previous file | src/ast/ast.h » ('j') | src/ast/ast.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698