Commit 2502212
[test] Pass existing CppHeap to Isolate creation
New V8 API expects a CppHeap to exist for the whole existence of an
Isolate. Therefore the APIs for attaching and detaching a CppHeap get
deprecated, and an existing CppHeap has to be passed to the isolate
during isolate creation. This PR adjusts a test that passes an existing
CppHeap too late to the isolate.1 parent 5e5206b commit 2502212
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
373 | 377 | | |
374 | 378 | | |
375 | 379 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
| 557 | + | |
557 | 558 | | |
558 | 559 | | |
559 | 560 | | |
| |||
0 commit comments