Skip to content

Commit 182e764

Browse files
committed
src: add note about frame type removal
PR-URL: #157 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
1 parent 7738fdb commit 182e764

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/llv8-constants.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ void Frame::Load() {
542542
kExitFrame = LoadConstant("frametype_ExitFrame");
543543
kInternalFrame = LoadConstant("frametype_InternalFrame");
544544
kConstructFrame = LoadConstant("frametype_ConstructFrame");
545+
// NOTE: The JavaScript frame type was removed in V8 6.3.158.
545546
kJSFrame = LoadConstant("frametype_JavaScriptFrame");
546547
kOptimizedFrame = LoadConstant("frametype_OptimizedFrame");
547548
kStubFrame = LoadConstant("frametype_StubFrame");

0 commit comments

Comments
 (0)