MCPcopy Index your code
hub / github.com/copy/v86 / dbg_assert_failed

Function dbg_assert_failed

src/log.js:116–129  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

114
115
116function dbg_assert_failed(msg)
117{
118 debugger;
119 console.trace();
120
121 if(msg)
122 {
123 throw "Assert failed: " + msg;
124 }
125 else
126 {
127 throw "Assert failed";
128 }
129}

Callers 1

dbg_assertFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected