File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 29
29
30
30
# Reset this number to 0 on major V8 upgrades.
31
31
# Increment by one for each non-official patch applied to deps/v8.
32
- 'v8_embedder_string' : '-node.11 ' ,
32
+ 'v8_embedder_string' : '-node.12 ' ,
33
33
34
34
# Enable disassembler for `--print-code` v8 options
35
35
'v8_enable_disassembler' : 1 ,
Original file line number Diff line number Diff line change 211
211
'value' : 'Context::EXTENSION_INDEX' },
212
212
{ 'name' : 'context_min_slots' ,
213
213
'value' : 'Context::MIN_CONTEXT_SLOTS' },
214
+ { 'name' : 'context_idx_embedder_data' ,
215
+ 'value' : 'Internals::kContextEmbedderDataIndex' },
216
+
214
217
215
218
{ 'name' : 'namedictionaryshape_prefix_size' ,
216
219
'value' : 'NameDictionaryShape::kPrefixSize' },
231
234
'value' : 'SimpleNumberDictionaryShape::kPrefixSize' },
232
235
{ 'name' : 'simplenumberdictionaryshape_entry_size' ,
233
236
'value' : 'SimpleNumberDictionaryShape::kEntrySize' },
237
+
238
+ { 'name' : 'type_JSError__JS_ERROR_TYPE' , 'value' : 'JS_ERROR_TYPE' },
234
239
];
235
240
236
241
#
You can’t perform that action at this time.
0 commit comments