2003/07/05 02:38:15
[org.ibex.core.git] / src / org / xwt / js / Regexp.java
index 694d3ee..dd77580 100644 (file)
@@ -350,4 +350,6 @@ public class Regexp extends JS.Obj {
     private static Boolean wrapBool(int n) {
         return wrapBool(n != 0);
     }
+    
+    public String typeName() { return "regexp"; }
 }