Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index 829bda0fb14defac56fed1163bac004c365b1c51..b9783d079a4ef169997103c6977131c2faa6001c 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -433,7 +433,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); |