enhancements to handling of lexical scoping

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@3111 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
dolby-oss 2008-12-02 14:09:25 +00:00
parent 577d3b9875
commit f04cc5aa94
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class JSAstTranslator extends AstTranslator {
SymbolTable symtab, SymbolTable symtab,
boolean hasCatchBlock, boolean hasCatchBlock,
TypeReference[][] caughtTypes, TypeReference[][] caughtTypes,
LexicalInformation LI, AstLexicalInformation LI,
DebuggingInformation debugInfo) DebuggingInformation debugInfo)
{ {
if (DEBUG) Trace.println("\n\nAdding code for " + N); if (DEBUG) Trace.println("\n\nAdding code for " + N);