Searched refs:kMaxErrorMsg (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/wasm/
H A Ddecoder.h160 const int kMaxErrorMsg = 256; local
161 char* buffer = new char[kMaxErrorMsg];
164 base::OS::VSNPrintF(buffer, kMaxErrorMsg - 1, format, arguments);

Completed in 151 milliseconds