Commit 8cdddcd
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 d0868ff commit 8cdddcdCopy full SHA for 8cdddcd
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 |
|---|---|---|
| ||
6763 | 6763 | |
6764 | 6764 | |
6765 | 6765 | |
6766 | | - |
| 6766 | + |
| 6767 | + |
| 6768 | + |
| 6769 | + |
| 6770 | + |
6767 | 6771 | |
6768 | 6772 | |
6769 | 6773 | |
| ||
6959 | 6963 | |
6960 | 6964 | |
6961 | 6965 | |
6962 | | - |
6963 | | - |
| 6966 | + |
| 6967 | + |
| 6968 | + |
| 6969 | + |
| 6970 | + |
| 6971 | + |
6964 | 6972 | |
6965 | 6973 | |
6966 | 6974 | |
|
0 commit comments