Same name and namespace in other branches
  1. 5.0.x advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  2. 6.0.x advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  3. 7.x-1.x advagg_js_compress/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  4. 8.x-2.x advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  5. 8.x-3.x advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  6. 8.x-4.x advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()

Fichier

advagg_js_compress/jspacker.inc, line 392

Classe

JavaScriptPacker

Code

private function _insertFastDecode($match) {
    return '{' . $this->buffer . ';';
}