Commit 03cc860
committed
deps: patch V8 to fix basic sanity check
Debug compilation job has basic sanity check to compile and run a
native add-on. In JSHeapBroker::ProcessFeedbackMapsForElementAccess
there was an error when constructing MapHandlesSpan with the same
begin and end (an empty span). This was fixed by excluding the empty
spans from executing that section of the code.1 parent b41ae49 commit 03cc860
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
| 829 | + | |
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
| |||
0 commit comments