| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 96bb605 commit f868415
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | 29 | # Reset this number to 0 on major V8 upgrades. | |
| 30 | 30 | # Increment by one for each non-official patch applied to deps/v8. | |
| 31 | - 'v8_embedder_string': '-node.18', | ||
| 31 | + 'v8_embedder_string': '-node.19', | ||
| 32 | 32 | ||
| 33 | 33 | # Enable disassembler for `--print-code` v8 options | |
| 34 | 34 | 'v8_enable_disassembler': 1, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -211,6 +211,9 @@ | |||
| 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,6 +234,8 @@ | |||
| 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 | # | |
| Back | FazBrowse Home | New Git URL |
0 commit comments