| Index: src/full-codegen/full-codegen.cc
|
| diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc
|
| index 736870b456c323a382b54f34bf63fcf28f81bde6..4d0dd3d5894f96bd7994d5333ba34e1d0b51917d 100644
|
| --- a/src/full-codegen/full-codegen.cc
|
| +++ b/src/full-codegen/full-codegen.cc
|
| @@ -1448,6 +1448,10 @@ void FullCodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) {
|
|
|
| void FullCodeGenerator::VisitGetIterator(GetIterator* expr) { UNREACHABLE(); }
|
|
|
| +void FullCodeGenerator::VisitImportCallExpression(ImportCallExpression* expr) {
|
| + UNREACHABLE();
|
| +}
|
| +
|
| void FullCodeGenerator::VisitRewritableExpression(RewritableExpression* expr) {
|
| Visit(expr->expression());
|
| }
|
|
|