summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/operator-properties.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/operator-properties.h')
-rw-r--r--deps/v8/src/compiler/operator-properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/src/compiler/operator-properties.h b/deps/v8/src/compiler/operator-properties.h
index b4bb8b5e73..eb9e683f63 100644
--- a/deps/v8/src/compiler/operator-properties.h
+++ b/deps/v8/src/compiler/operator-properties.h
@@ -22,6 +22,8 @@ class V8_EXPORT_PRIVATE OperatorProperties final {
return HasContextInput(op) ? 1 : 0;
}
+ static bool NeedsExactContext(const Operator* op);
+
static bool HasFrameStateInput(const Operator* op);
static int GetFrameStateInputCount(const Operator* op) {
return HasFrameStateInput(op) ? 1 : 0;