MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / errormsg

Function errormsg

test/core/test_stackAlloc.c:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 // no overlaps
24 function notInRange(value, begin, end) {
25 function errormsg() { return value + " must not be in the range (" + begin + ", " + end + "]"; }
26 if (begin < end) assert(!(value >= begin && value < end), errormsg());
27 else assert(!(value <= begin && value > end), errormsg());
28 }

Callers 1

notInRangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected