Commit a71f214
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 3c8bdd9 commit a71f214
1 file changed
+3
-17
lines changed| 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