Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 1439942db8ae33785ce817ba91d3c669e34cddf9..f870caefde1d5830ea3cc622f9370de4b711196b 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -568,6 +568,9 @@ class FullCodeGenerator: public AstVisitor { |
// in the accumulator after installing all the properties. |
void EmitClassDefineProperties(ClassLiteral* lit); |
+ // Pushes the property key as a Name on the stack. |
+ void EmitPropertyKey(ObjectLiteralProperty* property); |
+ |
// Apply the compound assignment operator. Expects the left operand on top |
// of the stack and the right one in the accumulator. |
void EmitBinaryOp(BinaryOperation* expr, |