Index: src/compiler/node-properties.h |
diff --git a/src/compiler/node-properties.h b/src/compiler/node-properties.h |
index 313d3749bb7aed630cb46a931c2b2fa7d2e8728f..f0c1b75ca45239d86410399621cce356697645c4 100644 |
--- a/src/compiler/node-properties.h |
+++ b/src/compiler/node-properties.h |
@@ -72,6 +72,8 @@ class NodeProperties final { |
return IrOpcode::IsPhiOpcode(node->opcode()); |
} |
+ // Determines whether exceptions thrown by the given node are handled locally |
+ // within the graph (i.e. an IfException projection is present). |
static bool IsExceptionalCall(Node* node); |
// --------------------------------------------------------------------------- |