File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.8 ' ,
39
+ 'v8_embedder_string' : '-node.9 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change @@ -4616,6 +4616,7 @@ void ImplementationVisitor::GenerateExportedMacrosAssembler(
4616
4616
cc_contents << " #include \" src/objects/fixed-array-inl.h\"\n " ;
4617
4617
cc_contents << " #include \" src/objects/free-space.h\"\n " ;
4618
4618
cc_contents << " #include \" src/objects/js-regexp-string-iterator.h\"\n " ;
4619
+ cc_contents << " #include \" src/objects/js-aggregate-error.h\"\n " ;
4619
4620
cc_contents << " #include \" src/objects/ordered-hash-table.h\"\n " ;
4620
4621
cc_contents << " #include \" src/objects/property-descriptor-object.h\"\n " ;
4621
4622
cc_contents << " #include \" src/objects/synthetic-module.h\"\n " ;
You can’t perform that action at this time.
0 commit comments