| 522 | public: |
| 523 | #if NODE_MODULE_VERSION > NODE_0_12_MODULE_VERSION |
| 524 | TryCatch() : try_catch_(v8::Isolate::GetCurrent()) {} |
| 525 | #endif |
| 526 | |
| 527 | inline bool HasCaught() const { return try_catch_.HasCaught(); } |
nothing calls this directly
no outgoing calls
no test coverage detected