Chromium Code Reviews| Index: src/objects.cc |
| diff --git a/src/objects.cc b/src/objects.cc |
| index cb627ff527f0ae7b2aa6c8ebc70f9cc055ad5944..420bed31cb8d35ad4f0cd8bc4bf60309e9d312fd 100644 |
| --- a/src/objects.cc |
| +++ b/src/objects.cc |
| @@ -8019,6 +8019,12 @@ void DeoptimizationInputData::DeoptimizationInputDataPrint(FILE* out) { |
| break; |
| } |
| + case Translation::ARGUMENTS_ADAPTOR_FRAME: { |
| + unsigned height = iterator.Next(); |
| + PrintF(out, "{arguments adaptor, height=%d}", height); |
| + break; |
| + } |
| + |
| case Translation::DUPLICATE: |
| break; |