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 3838
3939 # Reset this number to 0 on major V8 upgrades.
4040 # Increment by one for each non-official patch applied to deps/v8.
41- 'v8_embedder_string' : '-node.11 ' ,
41+ 'v8_embedder_string' : '-node.12 ' ,
4242
4343 ##### V8 defaults for Node.js #####
4444
Original file line number Diff line number Diff line change @@ -2150,6 +2150,7 @@ v8_source_set("v8_base_without_compiler") {
21502150 " src/common/assert-scope.cc" ,
21512151 " src/common/assert-scope.h" ,
21522152 " src/common/checks.h" ,
2153+ " src/common/message-template.h" ,
21532154 " src/common/ptr-compr-inl.h" ,
21542155 " src/common/ptr-compr.h" ,
21552156 " src/compiler-dispatcher/compiler-dispatcher.cc" ,
@@ -2222,7 +2223,6 @@ v8_source_set("v8_base_without_compiler") {
22222223 " src/execution/isolate-utils.h" ,
22232224 " src/execution/isolate.cc" ,
22242225 " src/execution/isolate.h" ,
2225- " src/execution/message-template.h" ,
22262226 " src/execution/messages.cc" ,
22272227 " src/execution/messages.h" ,
22282228 " src/execution/microtask-queue.cc" ,
You can’t perform that action at this time.
0 commit comments