in ext/syntaxhighlighter/scripts/XRegExp.js [152:155]
XRegExp.cache = function (pattern, flags) { var key = pattern + "/" + (flags || ""); return XRegExp.cache[key] || (XRegExp.cache[key] = XRegExp(pattern, flags)); };