| 466 | void operator=(const HandleScope &); |
| 467 | void *operator new(size_t size); |
| 468 | void operator delete(void *, size_t) { |
| 469 | abort(); |
| 470 | } |
| 471 | }; |
| 472 | |
| 473 | class EscapableHandleScope { |
nothing calls this directly
no outgoing calls
no test coverage detected