-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v8 inspect
and ScopeInfo/Context objects
#211
Labels
Comments
kisg
pushed a commit
to paul99/v8mips
that referenced
this issue
Jul 28, 2018
The metadata introduced in this patch will be useful for postmortem tools to inspect Contexts and ScopeInfos (see nodejs/llnode#211). [email protected], [email protected] Change-Id: I927fcab4014d128bd782046c1ecb9ee045723e95 Reviewed-on: https://chromium-review.googlesource.com/1153858 Reviewed-by: Yang Guo <[email protected]> Commit-Queue: Yang Guo <[email protected]> Cr-Commit-Position: refs/heads/master@{#54768}
mmarchini
pushed a commit
to mmarchini/node
that referenced
this issue
Aug 1, 2018
Original commit message: [postmortem] add ScopeInfo and Context types The metadata introduced in this patch will be useful for postmortem tools to inspect Contexts and ScopeInfos (see nodejs/llnode#211). [email protected], [email protected] Change-Id: I927fcab4014d128bd782046c1ecb9ee045723e95 Reviewed-on: https://chromium-review.googlesource.com/1153858 Reviewed-by: Yang Guo <[email protected]> Commit-Queue: Yang Guo <[email protected]> Cr-Commit-Position: refs/heads/master@{nodejs#54768} Refs: v8/v8@09bca09
mmarchini
pushed a commit
to nodejs/node
that referenced
this issue
Aug 6, 2018
Original commit message: [postmortem] add ScopeInfo and Context types The metadata introduced in this patch will be useful for postmortem tools to inspect Contexts and ScopeInfos (see nodejs/llnode#211). [email protected], [email protected] Change-Id: I927fcab4014d128bd782046c1ecb9ee045723e95 Reviewed-on: https://chromium-review.googlesource.com/1153858 Reviewed-by: Yang Guo <[email protected]> Commit-Queue: Yang Guo <[email protected]> Cr-Commit-Position: refs/heads/master@{#54768} Refs: v8/v8@09bca09 PR-URL: #22068 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
targos
pushed a commit
to nodejs/node
that referenced
this issue
Aug 11, 2018
Original commit message: [postmortem] add ScopeInfo and Context types The metadata introduced in this patch will be useful for postmortem tools to inspect Contexts and ScopeInfos (see nodejs/llnode#211). [email protected], [email protected] Change-Id: I927fcab4014d128bd782046c1ecb9ee045723e95 Reviewed-on: https://chromium-review.googlesource.com/1153858 Reviewed-by: Yang Guo <[email protected]> Commit-Queue: Yang Guo <[email protected]> Cr-Commit-Position: refs/heads/master@{#54768} Refs: v8/v8@09bca09 PR-URL: #22068 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
mmarchini
pushed a commit
to mmarchini/llnode
that referenced
this issue
Aug 20, 2018
This patch teaches llnode how to inspect Context objects. This is useful to inspect context variables. Fix: nodejs#211
hyj1991
pushed a commit
to aliyun-node/llnode
that referenced
this issue
Sep 3, 2018
This patch teaches llnode how to inspect Context objects. This is useful to inspect context variables. PR-URL: nodejs#201 Fixes: nodejs#211 Reviewed-By: Joyee Cheung <[email protected]>
Drieger
pushed a commit
to Drieger/llnode
that referenced
this issue
Sep 4, 2018
This patch teaches llnode how to inspect Context objects. This is useful to inspect context variables. PR-URL: nodejs#201 Fixes: nodejs#211 Reviewed-By: Joyee Cheung <[email protected]>
targos
pushed a commit
to targos/node
that referenced
this issue
Sep 7, 2018
Original commit message: [postmortem] add ScopeInfo and Context types The metadata introduced in this patch will be useful for postmortem tools to inspect Contexts and ScopeInfos (see nodejs/llnode#211). [email protected], [email protected] Change-Id: I927fcab4014d128bd782046c1ecb9ee045723e95 Reviewed-on: https://chromium-review.googlesource.com/1153858 Reviewed-by: Yang Guo <[email protected]> Commit-Queue: Yang Guo <[email protected]> Cr-Commit-Position: refs/heads/master@{nodejs#54768} Refs: v8/v8@09bca09 PR-URL: nodejs#22068 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
targos
pushed a commit
to targos/node
that referenced
this issue
Sep 7, 2018
Original commit message: [postmortem] add ScopeInfo and Context types The metadata introduced in this patch will be useful for postmortem tools to inspect Contexts and ScopeInfos (see nodejs/llnode#211). [email protected], [email protected] Change-Id: I927fcab4014d128bd782046c1ecb9ee045723e95 Reviewed-on: https://chromium-review.googlesource.com/1153858 Reviewed-by: Yang Guo <[email protected]> Commit-Queue: Yang Guo <[email protected]> Cr-Commit-Position: refs/heads/master@{nodejs#54768} Refs: v8/v8@09bca09 PR-URL: nodejs#22068 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v8 inspect
don't work with ScopeInfo and Context objects, and it probably should.The text was updated successfully, but these errors were encountered: