Commit ca81d4b
test: use v8 Default Allocator in cctest fixture
This commit updates the node_test_fixture to use
v8::ArrayBuffer::Allocator::NewDefaultAllocator() and removes the custom
allocator.
PR-URL: #17366
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>1 parent 1e34a0e commit ca81d4bCopy full SHA for ca81d4b
File tree
Expand file treeCollapse file tree
1 file changed
+3
-17
lines changedOpen diff view settings
Filter options
- test/cctest
Expand file treeCollapse file tree
1 file changed
+3
-17
lines changedOpen diff view settings
Collapse file
test/cctest/node_test_fixture.h
Copy file name to clipboardExpand all lines: test/cctest/node_test_fixture.h+3-17Lines changed: 3 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | 12 | |
28 | 13 | |
29 | 14 | |
| ||
77 | 62 | |
78 | 63 | |
79 | 64 | |
80 | | - |
81 | 65 | |
82 | 66 | |
83 | 67 | |
| ||
89 | 73 | |
90 | 74 | |
91 | 75 | |
92 | | - |
| 76 | + |
93 | 77 | |
94 | 78 | |
95 | 79 | |
| ||
107 | 91 | |
108 | 92 | |
109 | 93 | |
| 94 | + |
| 95 | + |
110 | 96 | |
111 | 97 | |
112 | 98 | |
0 commit comments