Index: src/mips/lithium-codegen-mips.cc |
diff --git a/src/mips/lithium-codegen-mips.cc b/src/mips/lithium-codegen-mips.cc |
index f8f97055e8e7bf6c3f3671b259d6bc1959aa3313..eb363f3fafcfb74a3d76e233e4e29fb8a8c369ba 100644 |
--- a/src/mips/lithium-codegen-mips.cc |
+++ b/src/mips/lithium-codegen-mips.cc |
@@ -462,7 +462,9 @@ void LCodeGen::WriteTranslation(LEnvironment* environment, |
translation->BeginConstructStubFrame(closure_id, translation_size); |
break; |
case JS_SETTER: |
- // TODO(svenpanne) Implement me! |
+ ASSERT(translation_size == 2); |
+ ASSERT(height == 0); |
+ translation->BeginSetterStubFrame(closure_id); |
break; |
case ARGUMENTS_ADAPTOR: |
translation->BeginArgumentsAdaptorFrame(closure_id, translation_size); |