Searched refs:LastError (Results 1 – 6 of 6) sorted by relevance
173 printf("Unable to initialize socket support %d\n", i::Socket::LastError()); in Run()184 printf("Unable to connect to debug agent %d\n", i::Socket::LastError()); in Run()
250 PrintF("Error %d\n", Socket::LastError()); in ReceiveMessage()312 PrintF("Error %d\n", Socket::LastError()); in ReceiveMessage()
394 int Socket::LastError() { in LastError() function in v8::internal::Socket
560 static int LastError();
1805 PrintF("Unable to initialize Winsock, err = %d\n", Socket::LastError()); in Setup()1812 int Socket::LastError() { in LastError() function in v8::internal::Socket
598 IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, LastError) { in IN_PROC_BROWSER_TEST_F() argument