| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2abdcbb commit ba4abfd
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ | |||
| 39 | 39 | ||
| 40 | 40 | # Reset this number to 0 on major V8 upgrades. | |
| 41 | 41 | # Increment by one for each non-official patch applied to deps/v8. | |
| 42 | - 'v8_embedder_string': '-node.9', | ||
| 42 | + 'v8_embedder_string': '-node.10', | ||
| 43 | 43 | ||
| 44 | 44 | ##### V8 defaults for Node.js ##### | |
| 45 | 45 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -102,7 +102,7 @@ class V8_EXPORT_PRIVATE TurboAssemblerBase : public Assembler { | |||
| 102 | 102 | static bool IsAddressableThroughRootRegister( | |
| 103 | 103 | Isolate* isolate, const ExternalReference& reference); | |
| 104 | 104 | ||
| 105 | - #if V8_TARGET_OS_WIN | ||
| 105 | + #ifdef V8_TARGET_OS_WIN | ||
| 106 | 106 | // Minimum page size. We must touch memory once per page when expanding the | |
| 107 | 107 | // stack, to avoid access violations. | |
| 108 | 108 | static constexpr int kStackPageSize = 4 * KB; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments