| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d2c84c9 commit f824e40
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ | |||
| 37 | 37 | ||
| 38 | 38 | # Reset this number to 0 on major V8 upgrades. | |
| 39 | 39 | # Increment by one for each non-official patch applied to deps/v8. | |
| 40 | - 'v8_embedder_string': '-node.4', | ||
| 40 | + 'v8_embedder_string': '-node.5', | ||
| 41 | 41 | ||
| 42 | 42 | ##### V8 defaults for Node.js ##### | |
| 43 | 43 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -297,7 +297,6 @@ void JsonPrintAllSourceWithPositionsWasm( | |||
| 297 | 297 | os << "\"inlinings\": {"; | |
| 298 | 298 | for (size_t i = 0; i < positions.size(); ++i) { | |
| 299 | 299 | if (i != 0) os << ", "; | |
| 300 | - DCHECK(source_map.contains(positions[i].inlinee_func_index)); | ||
| 301 | 300 | size_t source_id = source_map.find(positions[i].inlinee_func_index)->second; | |
| 302 | 301 | SourcePosition inlining_pos = positions[i].caller_pos; | |
| 303 | 302 | os << '"' << i << "\": {\"inliningId\": " << i | |
| Back | FazBrowse Home | New Git URL |
0 commit comments