MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxThrowLastError

Function fxThrowLastError

modules/piu/PC/win/piuMain.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259void fxThrowLastError(xsMachine* the, xsStringValue path, xsIntegerValue line)
260{
261 char buffer[2048];
262 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_MAX_WIDTH_MASK, NULL, GetLastError(), MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), buffer, sizeof(buffer), NULL);
263 fxThrowMessage(the, path, line, XS_UNKNOWN_ERROR, "%s", buffer);
264}
265
266int mcCountResources(xsMachine* the)
267{

Callers

nothing calls this directly

Calls 1

fxThrowMessageFunction · 0.85

Tested by

no test coverage detected