Index: src/deoptimizer.h |
=================================================================== |
--- src/deoptimizer.h (revision 11527) |
+++ src/deoptimizer.h (working copy) |
@@ -599,6 +599,9 @@ |
static const char* StringFor(Opcode opcode); |
#endif |
+ // A literal id which refers to the JSFunction itself. |
+ static const int kSelfLiteralId = -239; |
+ |
private: |
TranslationBuffer* buffer_; |
int index_; |