Home
last modified time | relevance | path

Searched refs:cstrsRegex (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js11881 …var cstrsRegex = /\b((?:(?:public|private|final|protected|static|abstract)\s+)*)((?!(?:new|return|… variable
11900 var result = code.replace(cstrsRegex, function(all, attr, name, params, throws_, body) {