Searched defs:CRASH (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DAssertions.h162 /* CRASH() - Raises a fatal error resulting in program termination and triggering either the debugger or the crash reporter.
164 Use CRASH() in response to known, unrecoverable errors like out-of-memory.
170 #ifndef CRASH
172 #define CRASH() do { \ macro
174 User::Panic(_L("Webkit CRASH"),0); \
177 #define CRASH() do { \ macro
178 dbg_Message("WebKit CRASH", DBG_MSG_LEVEL_FATAL, __FILE__, __LINE__); \
183 #define CRASH() do { \ macro
253 CRASH(); \
259 CRASH(); \
[all...]
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A Dmain.cpp42 #define CRASH() do { \ macro
79 CRASH();
99 CRASH();
/external/v8/tools/
H A Dtest.py193 outcome = 'CRASH'
414 outcome = CRASH
758 CRASH = 'crash' variable
1339 return (PASS in o) and (FAIL in o) and (not CRASH in o) and (not OKAY in o)

Completed in 1428 milliseconds