| 537 | } |
| 538 | |
| 539 | inline v8::Local<v8::Value> Exception() const { |
| 540 | return try_catch_.Exception(); |
| 541 | } |
| 542 | |
| 543 | #if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 4 || \ |
| 544 | (V8_MAJOR_VERSION == 4 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION >= 3)) |
nothing calls this directly
no outgoing calls
no test coverage detected