Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index 82f1fe11892b82de691965ccefcac6a03962745b..fe5545a04d8d5f2096b06d8c38104018e906ffec 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -41,6 +41,7 @@ class JSGraph : public ZoneObject { |
// Canonicalized global constants. |
Node* AllocateInNewSpaceStubConstant(); |
Node* AllocateInOldSpaceStubConstant(); |
+ Node* ToNumberBuiltinConstant(); |
Node* CEntryStubConstant(int result_size); |
Node* EmptyFixedArrayConstant(); |
Node* EmptyLiteralsArrayConstant(); |
@@ -146,6 +147,7 @@ class JSGraph : public ZoneObject { |
enum CachedNode { |
kAllocateInNewSpaceStubConstant, |
kAllocateInOldSpaceStubConstant, |
+ kToNumberBuiltinConstant, |
kCEntryStubConstant, |
kEmptyFixedArrayConstant, |
kEmptyLiteralsArrayConstant, |