Lines Matching defs:error
282 FATAL("mmap (real) failed with error %d: %s", errno, strerror(errno));
292 FATAL("mmap (virtual) failed with error %d: %s", errno, strerror(errno));
311 FATAL("mremap failed with error %d: %s", errno, strerror(errno));
825 // It's possible that a FinalizationRegistry cleanup task threw an error.
1568 // Ignore promises that get added during error reporting.
2336 // If fgets gets an error, just give up.
2744 // Using ErrorPrototypeToString for converting the error to string will fail
2762 // V8 didn't provide any extra information about this error; just
3190 static void PrintMessageCallback(Local<Message> message, Local<Value> error) {
3200 Shell::ReportException(message->GetIsolate(), message, error);
3465 // FlagList::ResetAllFlags()), but error simulation reads the random seed.
3579 FATAL("Fake error.");