![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#include <windows.h>#include <TraceLoggingProvider.h>#include <evntprov.h>#include <evntrace.h>#include <cstdint>#include <string>#include <unordered_set>#include <utility>Go to the source code of this file.
Macros | |
| #define | VOID void | 
| #define | V8_ETW_GUID 0x57277741, 0x3638, 0x4A4B, 0xBD, 0xBA, 0x0A, 0xC6, 0xE4, 0x5D, 0xA5, 0x6C | 
| #define | V8_DECLARE_TRACELOGGING_PROVIDER(v8Provider) | 
| #define | V8_DEFINE_TRACELOGGING_PROVIDER(v8Provider) | 
| #define V8_DECLARE_TRACELOGGING_PROVIDER | ( | v8Provider | ) | 
Definition at line 31 of file etw-provider-win.h.
| #define V8_DEFINE_TRACELOGGING_PROVIDER | ( | v8Provider | ) | 
Definition at line 34 of file etw-provider-win.h.
| #define V8_ETW_GUID 0x57277741, 0x3638, 0x4A4B, 0xBD, 0xBA, 0x0A, 0xC6, 0xE4, 0x5D, 0xA5, 0x6C | 
Definition at line 27 of file etw-provider-win.h.
| #define VOID void | 
Definition at line 11 of file etw-provider-win.h.