![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <signal.h>#include <time.h>#include <errno.h>#include <limits.h>#include <process.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| struct | V8_SRWLOCK |
| struct | V8_CONDITION_VARIABLE |
| struct | V8_CRITICAL_SECTION |
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
| #define | NOMINMAX |
| #define | NOKERNEL |
| #define | NOUSER |
| #define | NOSERVICE |
| #define | NOSOUND |
| #define | NOMCX |
| #define | WINAPI __stdcall |
Typedefs | |
| typedef int | BOOL |
| typedef unsigned long | DWORD |
| typedef long | LONG |
| typedef void * | LPVOID |
| typedef void * | PVOID |
| typedef void * | HANDLE |
| typedef __w64 unsigned long | ULONG_PTR |
| typedef __w64 unsigned long * | PULONG_PTR |
| typedef struct _RTL_SRWLOCK | SRWLOCK |
| typedef struct _RTL_CONDITION_VARIABLE | CONDITION_VARIABLE |
| typedef struct _RTL_CRITICAL_SECTION | CRITICAL_SECTION |
| typedef struct _RTL_CRITICAL_SECTION_DEBUG * | PRTL_CRITICAL_SECTION_DEBUG |
Functions | |
| SRWLOCK * | V8ToWindowsType (V8_SRWLOCK *p) |
| const SRWLOCK * | V8ToWindowsType (const V8_SRWLOCK *p) |
| CONDITION_VARIABLE * | V8ToWindowsType (V8_CONDITION_VARIABLE *p) |
| const CONDITION_VARIABLE * | V8ToWindowsType (const V8_CONDITION_VARIABLE *p) |
| CRITICAL_SECTION * | V8ToWindowsType (V8_CRITICAL_SECTION *p) |
| const CRITICAL_SECTION * | V8ToWindowsType (const V8_CRITICAL_SECTION *p) |
| #define NOKERNEL |
Definition at line 22 of file win32-headers.h.
| #define NOMCX |
Definition at line 34 of file win32-headers.h.
| #define NOMINMAX |
Definition at line 19 of file win32-headers.h.
| #define NOSERVICE |
Definition at line 28 of file win32-headers.h.
| #define NOSOUND |
Definition at line 31 of file win32-headers.h.
| #define NOUSER |
Definition at line 25 of file win32-headers.h.
| #define WIN32_LEAN_AND_MEAN |
Definition at line 16 of file win32-headers.h.
| #define WINAPI __stdcall |
Definition at line 58 of file win32-headers.h.
| typedef int BOOL |
Definition at line 51 of file win32-headers.h.
| typedef struct _RTL_CONDITION_VARIABLE CONDITION_VARIABLE |
Definition at line 67 of file win32-headers.h.
| typedef struct _RTL_CRITICAL_SECTION CRITICAL_SECTION |
Definition at line 68 of file win32-headers.h.
| typedef unsigned long DWORD |
Definition at line 52 of file win32-headers.h.
| typedef void* HANDLE |
Definition at line 56 of file win32-headers.h.
| typedef long LONG |
Definition at line 53 of file win32-headers.h.
| typedef void* LPVOID |
Definition at line 54 of file win32-headers.h.
| typedef struct _RTL_CRITICAL_SECTION_DEBUG* PRTL_CRITICAL_SECTION_DEBUG |
Definition at line 69 of file win32-headers.h.
| typedef __w64 unsigned long * PULONG_PTR |
Definition at line 63 of file win32-headers.h.
| typedef void* PVOID |
Definition at line 55 of file win32-headers.h.
| typedef struct _RTL_SRWLOCK SRWLOCK |
Definition at line 66 of file win32-headers.h.
| typedef __w64 unsigned long ULONG_PTR |
Definition at line 63 of file win32-headers.h.
|
inline |
Definition at line 107 of file win32-headers.h.
|
inline |
Definition at line 116 of file win32-headers.h.
|
inline |
Definition at line 99 of file win32-headers.h.
|
inline |
Definition at line 103 of file win32-headers.h.
|
inline |
Definition at line 112 of file win32-headers.h.
|
inline |
Definition at line 95 of file win32-headers.h.