Commit d3308d0
[api] Add
This allows non-monolithic embedders to always allocate memory
for ArrayBuffer instances using the right allocation method.
This is based on a patch that Electron is currently using.
Refs: https://github.com/electron/electron/blob/1898f9162073910c05958295c612deec6121a892/patches/common/v8/array_buffer.patch
Change-Id: I39a614343118a0594aab48699a99cc2aad5b7ba9
Reviewed-on: https://chromium-review.googlesource.com/c/1462003
Reviewed-by: Yang Guo <[email protected]>
Commit-Queue: Yang Guo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#59697}Isolate::GetArrayBufferAllocator()
1 parent a5b5a3c commit d3308d0
3 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7818 | 7818 | | |
7819 | 7819 | | |
7820 | 7820 | | |
| 7821 | + | |
| 7822 | + | |
| 7823 | + | |
7821 | 7824 | | |
7822 | 7825 | | |
7823 | 7826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7979 | 7979 | | |
7980 | 7980 | | |
7981 | 7981 | | |
| 7982 | + | |
| 7983 | + | |
| 7984 | + | |
| 7985 | + | |
| 7986 | + | |
7982 | 7987 | | |
7983 | 7988 | | |
7984 | 7989 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19999 | 19999 | | |
20000 | 20000 | | |
20001 | 20001 | | |
| 20002 | + | |
20002 | 20003 | | |
20003 | 20004 | | |
20004 | 20005 | | |
| |||
0 commit comments