File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments