| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2f7319e commit 116a336
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1926,6 +1926,7 @@ V8 options that are allowed are: | |||
| 1926 | 1926 | ||
| 1927 | 1927 | * `--abort-on-uncaught-exception` | |
| 1928 | 1928 | * `--disallow-code-generation-from-strings` | |
| 1929 | + * `--enable-etw-stack-walking` | ||
| 1929 | 1930 | * `--huge-max-old-generation-size` | |
| 1930 | 1931 | * `--interpreted-frames-native-stack` | |
| 1931 | 1932 | * `--jitless` | |
@@ -1942,6 +1943,8 @@ V8 options that are allowed are: | |||
| 1942 | 1943 | `--perf-basic-prof-only-functions`, `--perf-basic-prof`, | |
| 1943 | 1944 | `--perf-prof-unwinding-info`, and `--perf-prof` are only available on Linux. | |
| 1944 | 1945 | ||
| 1946 | + `--enable-etw-stack-walking` is only available on Windows. | ||
| 1947 | + | ||
| 1945 | 1948 | ### `NODE_PATH=path[:…]` | |
| 1946 | 1949 | ||
| 1947 | 1950 | <!-- YAML | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -751,6 +751,10 @@ PerIsolateOptionsParser::PerIsolateOptionsParser( | |||
| 751 | 751 | &PerIsolateOptions::report_signal, | |
| 752 | 752 | kAllowedInEnvironment); | |
| 753 | 753 | Implies("--report-signal", "--report-on-signal"); | |
| 754 | + AddOption("--enable-etw-stack-walking", | ||
| 755 | + "provides heap data to ETW Windows native tracing", | ||
| 756 | + V8Option{}, | ||
| 757 | + kAllowedInEnvironment); | ||
| 754 | 758 | ||
| 755 | 759 | AddOption( | |
| 756 | 760 | "--experimental-top-level-await", "", NoOp{}, kAllowedInEnvironment); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments