HomeSort by relevance Sort by last modified time
    Searched defs:CRASH (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.h 162 /* 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.
168 Signals are ignored by the crash reporter on OS X so we must do better.
170 #ifndef CRASH
172 #define CRASH() do { \
174 User::Panic(_L("Webkit CRASH"),0); \
177 #define CRASH() do { \
178 dbg_Message("WebKit CRASH", DBG_MSG_LEVEL_FATAL, __FILE__, __LINE__); \
183 #define CRASH() do {
    [all...]
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 42 #define CRASH() do { \
79 CRASH();
99 CRASH();
  /external/v8/tools/
test.py 191 outcome = 'CRASH'
403 outcome = CRASH
726 CRASH = 'crash'
    [all...]

Completed in 1784 milliseconds