webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Macros | Functions
dynbench.cpp File Reference
#include "config.h"
#include "Identifier.h"
#include "InitializeThreading.h"
#include "JSCInlines.h"
#include "JSCJSValue.h"
#include "JSGlobalObject.h"
#include "JSLock.h"
#include "JSObject.h"
#include "VM.h"
#include <wtf/MainThread.h>

Macros

#define CHECK(x)
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ CHECK

#define CHECK (   x)
Value:
do { \
if (!!(x)) \
break; \
crashLock.lock(); \
WTFReportAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, #x); \
CRASH(); \
} while (false)
#define WTF_PRETTY_FUNCTION
Definition: Assertions.h:96
EGLSurface EGLint x
Definition: eglext.h:950

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)