Commit cb4510f
[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 192bd83 commit cb4510f
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
| 382 | + | |
382 | 383 | | |
383 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
384 | 388 | | |
385 | 389 | | |
386 | 390 | | |
| |||
| 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