Fix bug 33239.

This commit is contained in:
norris%netscape.com 2000-03-24 23:06:02 +00:00
parent 3564a1b105
commit ea63971f10
2 changed files with 2 additions and 0 deletions

View File

@ -953,6 +953,7 @@ public class IRFactory {
case TokenStream.DEC:
case TokenStream.SETPROP:
case TokenStream.SETELEM:
case TokenStream.SETNAME:
case TokenStream.CALL:
case TokenStream.NEW:
return true;

View File

@ -953,6 +953,7 @@ public class IRFactory {
case TokenStream.DEC:
case TokenStream.SETPROP:
case TokenStream.SETELEM:
case TokenStream.SETNAME:
case TokenStream.CALL:
case TokenStream.NEW:
return true;