Index: src/compiler/code-generator.cc |
diff --git a/src/compiler/code-generator.cc b/src/compiler/code-generator.cc |
index 2aab6823bb267d8007c347d0814aec0065f18819..776b724687fe37ec7e0c06f96035c12f0af602b6 100644 |
--- a/src/compiler/code-generator.cc |
+++ b/src/compiler/code-generator.cc |
@@ -559,7 +559,9 @@ void CodeGenerator::BuildTranslationForFrameStateDescriptor( |
(1 + descriptor->parameters_count()))); |
break; |
case FrameStateType::kInterpretedFunction: |
- // TODO(rmcilroy): Implement interpreted function translation. |
+ translation->BeginInterpretedFrame( |
+ descriptor->bailout_id(), shared_info_id, |
+ static_cast<unsigned int>(descriptor->locals_count())); |
break; |
case FrameStateType::kArgumentsAdaptor: |
translation->BeginArgumentsAdaptorFrame( |