Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index e13a90a89515d5ec03b0644b63d27fe669820320..09240bc2b5a3a56ebee899d0cd483db4d9cca55b 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5608,6 +5608,10 @@ class Code: public HeapObject { |
inline int profiler_ticks(); |
inline void set_profiler_ticks(int ticks); |
+ // [builtin_index]: For BUILTIN kind, tells which builtin index it has. |
+ inline int builtin_index(); |
+ inline void set_builtin_index(int id); |
+ |
// [stack_slots]: For kind OPTIMIZED_FUNCTION, the number of stack slots |
// reserved in the code prologue. |
inline unsigned stack_slots(); |