| 11 | |
| 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 || \ |
nothing calls this directly
no outgoing calls
no test coverage detected