| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index bc96c4c91ad602499dd33ccd49a92c27d1ecdef8..552af042364ac0884c77e78244da530413642121 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -2225,13 +2225,6 @@ void AstGraphBuilder::VisitThrow(Throw* expr) {
|
|
|
|
|
| void AstGraphBuilder::VisitProperty(Property* expr) {
|
| - if (expr->obj()->IsSuperReference()) {
|
| - // TODO(turbofan): Implement super here.
|
| - SetStackOverflow();
|
| - ast_context()->ProduceValue(jsgraph()->UndefinedConstant());
|
| - return;
|
| - }
|
| -
|
| Node* value;
|
| VectorSlotPair pair = CreateVectorSlotPair(expr->PropertyFeedbackSlot());
|
| if (expr->key()->IsPropertyName()) {
|
|
|