Chromium Code Reviews| Index: src/full-codegen/full-codegen.cc |
| diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc |
| index 8da33835597efbbe60fd04c4f91f5ec7038954c8..41dea7a7d06e444555919f3b65b188b876f7456d 100644 |
| --- a/src/full-codegen/full-codegen.cc |
| +++ b/src/full-codegen/full-codegen.cc |
| @@ -1701,7 +1701,8 @@ void FullCodeGenerator::VisitCall(Call* expr) { |
| EmitKeyedSuperCallWithLoadIC(expr); |
| break; |
| case Call::SUPER_CALL: |
| - EmitSuperConstructorCall(expr); |
| + // Bytecode only |
| + UNREACHABLE(); |
|
rmcilroy
2016/11/24 18:13:04
nit - could you move this to the bottom of the swi
petermarshall
2016/11/28 09:19:27
Done
|
| break; |
| case Call::OTHER_CALL: |
| // Call to an arbitrary expression not handled specially above. |