We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd769ac commit 1244ea9Copy full SHA for 1244ea9
src/library_stack_trace.js
@@ -12,7 +12,7 @@ var LibraryStackTrace = {
12
// This avoids an infinite recursion with malloc()->abort()->stackTrace()->demangle()->malloc()->...
13
demangle.recursionGuard = (demangle.recursionGuard|0)+1;
14
if (demangle.recursionGuard > 1) return func;
15
-#ASSERTIONS
+#if ASSERTIONS
16
assert(___cxa_demangle);
17
#endif
18
return withStackSave(function() {
0 commit comments