Home | History | Annotate | Download | only in embenchen

Lines Matching defs:demangle

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