| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index f8d94bc79116b7ef1b1e2317d81513eeeb805e71..3f0d473e04934c112434ff0931afd289aadfbf07 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5055,6 +5055,7 @@ inline bool Code::is_hydrogen_stub() {
|
| inline bool Code::is_interpreter_trampoline_builtin() {
|
| Builtins* builtins = GetIsolate()->builtins();
|
| return this == *builtins->InterpreterEntryTrampoline() ||
|
| + this == *builtins->InterpreterEnterBytecodeAdvance() ||
|
| this == *builtins->InterpreterEnterBytecodeDispatch();
|
| }
|
|
|
|
|