| Index: src/compiler/code-generator.cc
|
| diff --git a/src/compiler/code-generator.cc b/src/compiler/code-generator.cc
|
| index 8dbc6bcc716ad1ae88b10d062a8fabea7bcd8b91..0650364ed1ab84bc0582002e903d3213711c8dc8 100644
|
| --- a/src/compiler/code-generator.cc
|
| +++ b/src/compiler/code-generator.cc
|
| @@ -629,6 +629,9 @@ void CodeGenerator::BuildTranslationForFrameStateDescriptor(
|
| shared_info_id,
|
| static_cast<unsigned int>(descriptor->parameters_count()));
|
| break;
|
| + case FrameStateType::kTailCallerFunction:
|
| + translation->BeginTailCallerFrame(shared_info_id);
|
| + break;
|
| case FrameStateType::kConstructStub:
|
| translation->BeginConstructStubFrame(
|
| shared_info_id,
|
|
|