Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index f87e993cc80af950c34d8418acede0a5b7ea8ed4..6a65d9d58e0374a7af3784d9306870cf721306d3 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -581,6 +581,7 @@ namespace internal { |
F(GetOptimizationStatus, -1, 1) \ |
F(UnblockConcurrentRecompilation, 0, 1) \ |
F(GetOptimizationCount, 1, 1) \ |
+ F(GetUndetectable, 0, 1) \ |
F(ClearFunctionTypeFeedback, 1, 1) \ |
F(NotifyContextDisposed, 0, 1) \ |
F(SetAllocationTimeout, -1 /* 2 || 3 */, 1) \ |