| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bb729a4 commit e4aa869
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | # Reset this number to 0 on major V8 upgrades. | |
| 40 | 40 | # Increment by one for each non-official patch applied to deps/v8. | |
| 41 | - 'v8_embedder_string': '-node.12', | ||
| 41 | + 'v8_embedder_string': '-node.13', | ||
| 42 | 42 | ||
| 43 | 43 | ##### V8 defaults for Node.js ##### | |
| 44 | 44 | ||
@@ -70,7 +70,7 @@ | |||
| 70 | 70 | # https://github.com/nodejs/node/pull/22920/files#r222779926 | |
| 71 | 71 | 'v8_enable_fast_mksnapshot': 0, | |
| 72 | 72 | ||
| 73 | - 'v8_win64_unwinding_info': 0, | ||
| 73 | + 'v8_win64_unwinding_info': 1, | ||
| 74 | 74 | ||
| 75 | 75 | # TODO(refack): make v8-perfetto happen | |
| 76 | 76 | 'v8_use_perfetto': 0, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -138,7 +138,7 @@ extern "C" int CRASH_HANDLER_FUNCTION_NAME( | |||
| 138 | 138 | EXCEPTION_POINTERS info = {ExceptionRecord, ContextRecord}; | |
| 139 | 139 | return unhandled_exception_callback_g(&info); | |
| 140 | 140 | } | |
| 141 | - return EXCEPTION_CONTINUE_SEARCH; | ||
| 141 | + return ExceptionContinueSearch; | ||
| 142 | 142 | } | |
| 143 | 143 | ||
| 144 | 144 | static constexpr int kMaxExceptionThunkSize = 12; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments