| 12 | template<typename T> class FunctionCallbackInfo; |
| 13 | template<typename T> class PropertyCallbackInfo; |
| 14 | template<typename T> class Global; |
| 15 | |
| 16 | #if defined(V8_MAJOR_VERSION) && (V8_MAJOR_VERSION > 12 || \ |
| 17 | (V8_MAJOR_VERSION == 12 && defined(V8_MINOR_VERSION) && V8_MINOR_VERSION > 4)) |
nothing calls this directly
no outgoing calls
no test coverage detected