| 527 | inline bool HasCaught() const { return try_catch_.HasCaught(); } |
| 528 | |
| 529 | inline bool CanContinue() const { return try_catch_.CanContinue(); } |
| 530 | |
| 531 | inline v8::Local<v8::Value> ReThrow() { |
| 532 | #if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION |
nothing calls this directly
no outgoing calls
no test coverage detected