#include <stdarg.h>#include "v8.h"#include "platform.h"#include "top.h"関数 | |
| void | V8_Fatal (const char *file, int line, const char *format,...) |
| void | CheckEqualsHelper (const char *file, int line, const char *expected_source, v8::Handle< v8::Value > expected, const char *value_source, v8::Handle< v8::Value > value) |
| void | CheckNonEqualsHelper (const char *file, int line, const char *unexpected_source, v8::Handle< v8::Value > unexpected, const char *value_source, v8::Handle< v8::Value > value) |
| void | API_Fatal (const char *location, const char *format,...) |
変数 | |
| static int | fatal_error_handler_nesting_depth = 0 |
| void API_Fatal | ( | const char * | location, | |
| const char * | format, | |||
| ... | ||||
| ) |
| void CheckEqualsHelper | ( | const char * | file, | |
| int | line, | |||
| const char * | expected_source, | |||
| v8::Handle< v8::Value > | expected, | |||
| const char * | value_source, | |||
| v8::Handle< v8::Value > | value | |||
| ) |
参照先 V8_Fatal().
| void CheckNonEqualsHelper | ( | const char * | file, | |
| int | line, | |||
| const char * | unexpected_source, | |||
| v8::Handle< v8::Value > | unexpected, | |||
| const char * | value_source, | |||
| v8::Handle< v8::Value > | value | |||
| ) |
参照先 V8_Fatal().
| void V8_Fatal | ( | const char * | file, | |
| int | line, | |||
| const char * | format, | |||
| ... | ||||
| ) |
int fatal_error_handler_nesting_depth = 0 [static] |
参照元 V8_Fatal().
1.7.1