Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 66918f93c94addb7d393f1b12dd21b63a59a2757..4f29412bf04afcd4be7829b87fae6b3eae234818 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4962,14 +4962,12 @@ class Code: public HeapObject { |
inline bool embeds_maps_weakly(); |
inline bool IsCodeStubOrIC(); |
- inline bool IsJavaScriptCode(); |
inline void set_raw_kind_specific_flags1(int value); |
inline void set_raw_kind_specific_flags2(int value); |
// Testers for interpreter builtins. |
- inline bool is_interpreter_entry_trampoline(); |
- inline bool is_interpreter_enter_bytecode_dispatch(); |
+ inline bool is_interpreter_trampoline_builtin(); |
// [is_crankshafted]: For kind STUB or ICs, tells whether or not a code |
// object was generated by either the hydrogen or the TurboFan optimizing |