Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index c59beab8be3d72eeb8afc87ffdc603771eec6749..f47821df136139453c188b9896222aa03d0955e7 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5226,6 +5226,12 @@ class DeoptimizationInputData: public FixedArray { |
inline int DeoptCount(); |
+ static const int kNotInlinedIndex = -1; |
+ |
+ // Returns the inlined function at the given position in LiteralArray, or the |
+ // outer function if index == kNotInlinedIndex. |
+ class SharedFunctionInfo* GetInlinedFunction(int index); |
+ |
// Allocates a DeoptimizationInputData. |
static Handle<DeoptimizationInputData> New(Isolate* isolate, |
int deopt_entry_count, |