Index: src/ia32/fast-codegen-ia32.cc |
=================================================================== |
--- src/ia32/fast-codegen-ia32.cc (revision 3428) |
+++ src/ia32/fast-codegen-ia32.cc (working copy) |
@@ -1656,6 +1656,11 @@ |
} |
+void FastCodeGenerator::VisitThisFunction(ThisFunction* expr) { |
+ __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset)); |
+ Move(expr->context(), eax); |
+} |
+ |
#undef __ |