Home | History | Annotate | Download | only in embenchen

Lines Matching defs:demangle

899 function demangle(func) {
1051 return text.replace(/__Z[\w\d_]+/g, function(x) { var y = demangle(x); return x === y ? x : (x + ' [' + y + ']') });