File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2828
2929 # Reset this number to 0 on major V8 upgrades.
3030 # Increment by one for each non-official patch applied to deps/v8.
31- 'v8_embedder_string' : '-node.18 ' ,
31+ 'v8_embedder_string' : '-node.19 ' ,
3232
3333 # Enable disassembler for `--print-code` v8 options
3434 'v8_enable_disassembler' : 1 ,
Original file line number Diff line number Diff line change 211211 'value' : 'Context::EXTENSION_INDEX' },
212212 { 'name' : 'context_min_slots' ,
213213 'value' : 'Context::MIN_CONTEXT_SLOTS' },
214+ { 'name' : 'context_idx_embedder_data' ,
215+ 'value' : 'Internals::kContextEmbedderDataIndex' },
216+
214217
215218 { 'name' : 'namedictionaryshape_prefix_size' ,
216219 'value' : 'NameDictionaryShape::kPrefixSize' },
231234 'value' : 'SimpleNumberDictionaryShape::kPrefixSize' },
232235 { 'name' : 'simplenumberdictionaryshape_entry_size' ,
233236 'value' : 'SimpleNumberDictionaryShape::kEntrySize' },
237+
238+ { 'name' : 'type_JSError__JS_ERROR_TYPE' , 'value' : 'JS_ERROR_TYPE' },
234239];
235240
236241#
You can’t perform that action at this time.
0 commit comments