Home
last modified time | relevance | path

Searched refs:existing_flags (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/base/platform/
Dplatform-win32.cc1267 UINT existing_flags = SetErrorMode(new_flags); in EnsureConsoleOutputWin32() local
1268 SetErrorMode(existing_flags | new_flags); in EnsureConsoleOutputWin32()