| 509 | void operator=(const EscapableHandleScope &); |
| 510 | void *operator new(size_t size); |
| 511 | void operator delete(void *, size_t) { |
| 512 | abort(); |
| 513 | } |
| 514 | }; |
| 515 | |
| 516 | //=== TryCatch ================================================================= |
nothing calls this directly
no outgoing calls
no test coverage detected