| 563 | inline void SetVerbose(bool value) { try_catch_.SetVerbose(value); } |
| 564 | |
| 565 | inline void SetCaptureMessage(bool value) { |
| 566 | try_catch_.SetCaptureMessage(value); |
| 567 | } |
| 568 | }; |
| 569 | |
| 570 | v8::Local<v8::Value> MakeCallback(v8::Local<v8::Object> target, |
nothing calls this directly
no outgoing calls
no test coverage detected