Home
last modified time | relevance | path

Searched defs:FormatError (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-result.cc54 std::string WasmError::FormatError(const char* format, va_list args) { in FormatError() function in v8::internal::wasm::WasmError
/third_party/python/Modules/_ctypes/
Dcallproc.c257 static WCHAR *FormatError(DWORD code) in FormatError() function
/third_party/python/Lib/
Dmailbox.py2150 class FormatError(Error): class