Commit 77205b7
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 ecb78e6 commit 77205b7Copy full SHA for 77205b7
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 | |
| ||
75 | 60 | |
76 | 61 | |
77 | 62 | |
78 | | - |
79 | 63 | |
80 | 64 | |
81 | 65 | |
| ||
87 | 71 | |
88 | 72 | |
89 | 73 | |
90 | | - |
| 74 | + |
91 | 75 | |
92 | 76 | |
93 | 77 | |
| ||
105 | 89 | |
106 | 90 | |
107 | 91 | |
| 92 | + |
| 93 | + |
108 | 94 | |
109 | 95 | |
110 | 96 | |
0 commit comments