>>308
prototypeなfunctionも見つけるようにしたのでフィードバック。

8行目 :textArea.setCaretPosition(matcher.start());
56行目:searchPattern = Pattern.compile("(function\\s+("+searchText+")\\W+)" + "|(("+searchText+")\\s*=\\s*function)");