Skip to content

Commit fdda2ff

Browse files
AaronFrielRafaelGSS
authored andcommitted
deps: V8: cherry-pick 30861a39323d
Original commit message: [debug] Re-enable internal [[Scopes]] property We received feedback that the [[Scopes]] property has some legitimate use-cases not covered by the Scopes View during pause. We re-enable the feature for now and will remove the flag in a follow-up. [email protected] Bug: chromium:1365858 Change-Id: Ibf279ae6c4f5ae492d03e9b4ee7316f6500508d9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4099385 Auto-Submit: Simon Zünd <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Benedikt Meurer <[email protected]> Cr-Commit-Position: refs/heads/main@{#84800} Refs: v8/v8@30861a3 PR-URL: #45851 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 389cc3e commit fdda2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/src/flags/flag-definitions.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ DEFINE_BOOL(experimental_reuse_locals_blocklists, false,
17171717
DEFINE_BOOL(
17181718
live_edit_top_frame, true,
17191719
"enable support for live-editing the top-most function on the stack")
1720-
DEFINE_BOOL(experimental_remove_internal_scopes_property, true,
1720+
DEFINE_BOOL(experimental_remove_internal_scopes_property, false,
17211721
"don't report the artificial [[Scopes]] property for functions")
17221722

17231723
// disassembler

0 commit comments

Comments
 (0)