File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1111#define V8_MAJOR_VERSION 6
1212#define V8_MINOR_VERSION 2
1313#define V8_BUILD_NUMBER 414
14- #define V8_PATCH_LEVEL 64
14+ #define V8_PATCH_LEVEL 65
1515
1616// Use 1 for candidates and 0 otherwise.
1717// (Boolean macro values are not supported by all preprocessors.)
Original file line number Diff line number Diff line change 212212 'value' : 'Context::EXTENSION_INDEX' },
213213 { 'name' : 'context_min_slots' ,
214214 'value' : 'Context::MIN_CONTEXT_SLOTS' },
215+ { 'name' : 'context_idx_embedder_data' ,
216+ 'value' : 'Internals::kContextEmbedderDataIndex' },
217+
215218
216219 { 'name' : 'namedictionaryshape_prefix_size' ,
217220 'value' : 'NameDictionaryShape::kPrefixSize' },
231234 { 'name' : 'unseedednumberdictionaryshape_prefix_size' ,
232235 'value' : 'UnseededNumberDictionaryShape::kPrefixSize' },
233236 { 'name' : 'unseedednumberdictionaryshape_entry_size' ,
234- 'value' : 'UnseededNumberDictionaryShape::kEntrySize' }
237+ 'value' : 'UnseededNumberDictionaryShape::kEntrySize' },
238+
239+ { 'name' : 'type_JSError__JS_ERROR_TYPE' , 'value' : 'JS_ERROR_TYPE' },
235240];
236241
237242#
You can’t perform that action at this time.
0 commit comments