| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8611e3b commit 28b7bf0
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,7 @@ | |||
| 27 | 27 | ||
| 28 | 28 | # Reset this number to 0 on major V8 upgrades. | |
| 29 | 29 | # Increment by one for each non-official patch applied to deps/v8. | |
| 30 | - 'v8_embedder_string': '-node.8', | ||
| 30 | + 'v8_embedder_string': '-node.9', | ||
| 31 | 31 | ||
| 32 | 32 | # Enable disassembler for `--print-code` v8 options | |
| 33 | 33 | 'v8_enable_disassembler': 1, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,8 +31,8 @@ | |||
| 31 | 31 | 'inspector_all_sources': [ | |
| 32 | 32 | '<@(inspector_generated_sources)', | |
| 33 | 33 | '<(inspector_generated_injected_script)', | |
| 34 | - '../../include/v8-inspector.h', | ||
| 35 | - '../../include/v8-inspector-protocol.h', | ||
| 34 | + '../include/v8-inspector.h', | ||
| 35 | + '../include/v8-inspector-protocol.h', | ||
| 36 | 36 | 'inspector/injected-script.cc', | |
| 37 | 37 | 'inspector/injected-script.h', | |
| 38 | 38 | 'inspector/inspected-context.cc', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments