diff options
Diffstat (limited to 'deps/v8/src/x64/frames-x64.h')
-rw-r--r-- | deps/v8/src/x64/frames-x64.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/v8/src/x64/frames-x64.h b/deps/v8/src/x64/frames-x64.h index 0719baffbf..1d9cf1ec13 100644 --- a/deps/v8/src/x64/frames-x64.h +++ b/deps/v8/src/x64/frames-x64.h @@ -71,12 +71,6 @@ class JavaScriptFrameConstants : public AllStatic { }; -inline Object* JavaScriptFrame::function_slot_object() const { - const int offset = JavaScriptFrameConstants::kFunctionOffset; - return Memory::Object_at(fp() + offset); -} - - } } // namespace v8::internal #endif // V8_X64_FRAMES_X64_H_ |