/[packages]/cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6-rhino1_7R2-Decompiler.patch
ViewVC logotype

Contents of /cauldron/yuicompressor/current/SOURCES/yuicompressor-2.4.6-rhino1_7R2-Decompiler.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132331 - (show annotations) (download)
Mon Aug 8 18:26:23 2011 UTC (12 years, 8 months ago) by gil
File size: 578 byte(s)
imported package yuicompressor
1 --- src/org/mozilla/javascript/Decompiler.java 2009-03-22 14:32:26.000000000 +0100
2 +++ src/org/mozilla/javascript/Decompiler.java-gil 2011-08-08 18:51:23.215335950 +0200
3 @@ -166,6 +166,18 @@
4 appendString('/' + regexp + '/' + flags);
5 }
6
7 + void addJScriptConditionalComment(String str)
8 + {
9 + addToken(Token.CONDCOMMENT);
10 + appendString(str);
11 + }
12 +
13 + void addPreservedComment(String str)
14 + {
15 + addToken(Token.KEEPCOMMENT);
16 + appendString(str);
17 + }
18 +
19 void addNumber(double n)
20 {
21 addToken(Token.NUMBER);

  ViewVC Help
Powered by ViewVC 1.1.30