-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src: fix object inspection for V8 6.4 (#192)
V8 6.4 "replaces the in-object properties count byte in the map with the byte that stores the start offset of in-object properties". Object inspection on llnode relies on in-object properties being count bytes, so these are minimal changes to make object inspection work again with V8 6.4 while keeping compatibility with previous versions. Ref: https://chromium-review.googlesource.com/c/v8/v8/+/776720 Fixes: #158
- Loading branch information
Matheus Marchini
authored
May 15, 2018
1 parent
7ae0dee
commit 7f1e791
Showing
5 changed files
with
60 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters