diff options
Diffstat (limited to 'deps/v8/src/compiler/node.h')
-rw-r--r-- | deps/v8/src/compiler/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/compiler/node.h b/deps/v8/src/compiler/node.h index d6a9b39a56..c73482fa69 100644 --- a/deps/v8/src/compiler/node.h +++ b/deps/v8/src/compiler/node.h @@ -186,6 +186,7 @@ class Node final { // Returns true if {owner1} and {owner2} are the only users of {this} node. bool OwnedBy(Node const* owner1, Node const* owner2) const; + void Print() const; private: struct Use; |