Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0bce56c402ab7de3f98b3cf605e86f7524676a0c..acc4b84c609ed15751ca833384027b546e442f1c 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4970,14 +4970,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 |