File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
11
#define V8_MAJOR_VERSION 6
12
12
#define V8_MINOR_VERSION 2
13
13
#define V8_BUILD_NUMBER 414
14
- #define V8_PATCH_LEVEL 64
14
+ #define V8_PATCH_LEVEL 65
15
15
16
16
// Use 1 for candidates and 0 otherwise.
17
17
// (Boolean macro values are not supported by all preprocessors.)
Original file line number Diff line number Diff line change 212
212
'value' : 'Context::EXTENSION_INDEX' },
213
213
{ 'name' : 'context_min_slots' ,
214
214
'value' : 'Context::MIN_CONTEXT_SLOTS' },
215
+ { 'name' : 'context_idx_embedder_data' ,
216
+ 'value' : 'Internals::kContextEmbedderDataIndex' },
217
+
215
218
216
219
{ 'name' : 'namedictionaryshape_prefix_size' ,
217
220
'value' : 'NameDictionaryShape::kPrefixSize' },
231
234
{ 'name' : 'unseedednumberdictionaryshape_prefix_size' ,
232
235
'value' : 'UnseededNumberDictionaryShape::kPrefixSize' },
233
236
{ 'name' : 'unseedednumberdictionaryshape_entry_size' ,
234
- 'value' : 'UnseededNumberDictionaryShape::kEntrySize' }
237
+ 'value' : 'UnseededNumberDictionaryShape::kEntrySize' },
238
+
239
+ { 'name' : 'type_JSError__JS_ERROR_TYPE' , 'value' : 'JS_ERROR_TYPE' },
235
240
];
236
241
237
242
#
You can’t perform that action at this time.
0 commit comments