| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 587e70e commit dd0f164
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,6 +160,11 @@ if (process.features.inspector) { | |||
| 160 | 160 | expected.beforePreExec.add('Internal Binding inspector'); | |
| 161 | 161 | expected.beforePreExec.add('NativeModule internal/util/inspector'); | |
| 162 | 162 | expected.atRunTime.add('NativeModule internal/inspector_async_hook'); | |
| 163 | + | ||
| 164 | + // This is loaded if the test is run with NODE_V8_COVERAGE. | ||
| 165 | + if (process.env.NODE_V8_COVERAGE) { | ||
| 166 | + expected.atRunTime.add('Internal Binding profiler'); | ||
| 167 | + } | ||
| 163 | 168 | } | |
| 164 | 169 | ||
| 165 | 170 | const difference = (setA, setB) => { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments