This question should actually be posted to v8-users, not v8-dev checks.h and checks.cc
Either go to http://codesearch.google.com/#&exact_package=v8 and search or just do a grep on the source ricow@n....:~/src/clean$ grep V8_Fatal src/* src/checks.cc:extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) { src/checks.cc: V8_Fatal(file, line, src/checks.cc: V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s", src/checks.h:extern "C" void V8_Fatal(const char* file, int line, const char* format, ...); src/checks.h: V8_Fatal(__FILE__, __LINE__, "%s", (msg)) src/checks.h: V8_Fatal(__FILE__, __LINE__, "unimplemented code") src/checks.h: V8_Fatal(__FILE__, __LINE__, "unreachable code") src/checks.h: V8_Fatal("", 0, "%s", (msg)) src/checks.h: V8_Fatal("", 0, "unimplemented code") src/checks.h: V8_Fatal(file, line, "CHECK(%s) failed", source); src/checks.h: V8_Fatal(file, line, src/checks.h: V8_Fatal(file, line, src/checks.h: V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %i", src/checks.h: V8_Fatal(file, line, src/checks.h: V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s", src/checks.h: V8_Fatal(file, line, src/checks.h: V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %p", src/checks.h: V8_Fatal(file, line, src/checks.h: V8_Fatal(file, line, src/platform-macos.cc: V8_Fatal(__FILE__, __LINE__, "V8 failed to get kernel version"); src/platform-macos.cc: V8_Fatal(__FILE__, __LINE__, src/preparser-api.cc: V8_Fatal(__FILE__, __LINE__, reason); src/preparser-api.cc:extern "C" void V8_Fatal(const char* file, int line, const char* format, ...) { On Tue, Jul 12, 2011 at 7:03 PM, KennyEric <[email protected]> wrote: > Hi, Team, > > I am a new comer about v8, I want to know there the V8_Fatal function > declared and defined? > > Thanks > Chuan > > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
