Commit 01fe045b authored by arv's avatar arv Committed by Commit bot

[turbofan] VisitSuperCallReference is not reachable

BUG=N
LOG=N
R=mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/1226443004

Cr-Commit-Position: refs/heads/master@{#29522}
parent 44dcc0a2
...@@ -2844,8 +2844,8 @@ void AstGraphBuilder::VisitSuperPropertyReference( ...@@ -2844,8 +2844,8 @@ void AstGraphBuilder::VisitSuperPropertyReference(
void AstGraphBuilder::VisitSuperCallReference(SuperCallReference* expr) { void AstGraphBuilder::VisitSuperCallReference(SuperCallReference* expr) {
Node* value = BuildThrowUnsupportedSuperError(expr->id()); // Handled by VisitCall
ast_context()->ProduceValue(value); UNREACHABLE();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment