Skip to content

Commit

Permalink
src: add note about frame type removal
Browse files Browse the repository at this point in the history
PR-URL: #157
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
cjihrig committed Dec 15, 2017
1 parent 7738fdb commit 182e764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/llv8-constants.cc
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ void Frame::Load() {
kExitFrame = LoadConstant("frametype_ExitFrame");
kInternalFrame = LoadConstant("frametype_InternalFrame");
kConstructFrame = LoadConstant("frametype_ConstructFrame");
// NOTE: The JavaScript frame type was removed in V8 6.3.158.
kJSFrame = LoadConstant("frametype_JavaScriptFrame");
kOptimizedFrame = LoadConstant("frametype_OptimizedFrame");
kStubFrame = LoadConstant("frametype_StubFrame");
Expand Down

0 comments on commit 182e764

Please sign in to comment.