Commit ab3fdf5
deps: cherry-pick ca0f9573 from V8 upstream
Original commit message:
Trigger OOM crash if no memory returned in v8::ArrayBuffer::New and v…
…8::SharedArrayBuffer::New.
This API does not allow reporting failure, but we should crash rather than have
the caller get an ArrayBuffer that isn't properly set up.
BUG=chromium:681843
Review-Url: https://codereview.chromium.org/2641953002
Cr-Commit-Position: refs/heads/master@{#42511}
PR-URL: #11940
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent 54f5258 commit ab3fdf5Copy full SHA for ab3fdf5
File tree
Expand file treeCollapse file tree
2 files changed
+12
-4
lines changedOpen diff view settings
Filter options
- deps/v8
- include
- src
Expand file treeCollapse file tree
2 files changed
+12
-4
lines changedOpen diff view settings
Collapse file
deps/v8/include/v8-version.h
Copy file name to clipboardExpand all lines: deps/v8/include/v8-version.h+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
15 | 15 | |
16 | 16 | |
17 | 17 | |
|
Collapse file
+11-3Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6580 | 6580 | |
6581 | 6581 | |
6582 | 6582 | |
6583 | | - |
| 6583 | + |
| 6584 | + |
| 6585 | + |
| 6586 | + |
| 6587 | + |
6584 | 6588 | |
6585 | 6589 | |
6586 | 6590 | |
| ||
6775 | 6779 | |
6776 | 6780 | |
6777 | 6781 | |
6778 | | - |
6779 | | - |
| 6782 | + |
| 6783 | + |
| 6784 | + |
| 6785 | + |
| 6786 | + |
| 6787 | + |
6780 | 6788 | |
6781 | 6789 | |
6782 | 6790 | |
|
0 commit comments