MCPcopy Create free account
hub / github.com/GoogleChrome/samples / demangle

Function demangle

mkbitmap/mkbitmap.js:1818–1821  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

1816 var ERRNO_CODES = {};
1817
1818 function demangle(func) {
1819 warnOnce('warning: build with -sDEMANGLE_SUPPORT to link in libcxxabi demangling');
1820 return func;
1821 }
1822 function demangleAll(text) {
1823 var regex =
1824 /\b_Z[\w\d_]+/g;

Callers 1

demangleAllFunction · 0.70

Calls 1

warnOnceFunction · 0.70

Tested by

no test coverage detected