Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index af58941d3a5587c853d1b9f80dd967468af925c4..0482ee8d947b30a112d18a5453082b2d891c1487 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -286,6 +286,10 @@ class FullCodeGenerator: public AstVisitor { |
static const InlineFunctionGenerator kInlineFunctionGenerators[]; |
+ // A platform-specific utility to overwrite the accumulator register |
+ // with a GC-safe value. |
+ void ClearAccumulator(); |
+ |
// Compute the frame pointer relative offset for a given local or |
// parameter slot. |
int SlotOffset(Slot* slot); |