(...args)
| 215 | } |
| 216 | |
| 217 | function validateSnapshotNodes(...args) { |
| 218 | return recordState().validateSnapshotNodes(...args); |
| 219 | } |
| 220 | |
| 221 | /** |
| 222 | * A alternative heap snapshot validator that can be used to verify cppgc-managed nodes. |
nothing calls this directly
no test coverage detected
searching dependent graphs…