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

/external/v8/src/
H A Dchecks.cc38 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) { function
71 V8_Fatal(file, line,
86 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s",
H A Dpreparser-api.cc176 V8_Fatal(__FILE__, __LINE__, reason);
212 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) { function
/external/chromium_org/v8/src/
H A Dchecks.cc38 extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) { function
74 V8_Fatal(file, line,
89 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s",

Completed in 94 milliseconds