| 17 | (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) |
| 18 | namespace Intercepted { |
| 19 | constexpr v8::Intercepted No() { return v8::Intercepted::kNo; } |
| 20 | constexpr v8::Intercepted Yes() { return v8::Intercepted::kYes; } |
| 21 | }; |
| 22 | #else |
nothing calls this directly
no outgoing calls
no test coverage detected