Author: Stephan <[email protected]>
Branch: 
Changeset: r179:ded6cc74197e
Date: 2012-03-01 16:00 +0100
http://bitbucket.org/pypy/lang-js/changeset/ded6cc74197e/

Log:    collapse me

diff --git a/js/builtins_boolean.py b/js/builtins_boolean.py
--- a/js/builtins_boolean.py
+++ b/js/builtins_boolean.py
@@ -1,6 +1,6 @@
 # 15.6.4.2
 def to_string(this, args):
+    return this.ToString()
 
 def value_of(this, args):
     return this.ToBoolean()
-    return this.ToString()
diff --git a/js/builtins_global.py b/js/builtins_global.py
--- a/js/builtins_global.py
+++ b/js/builtins_global.py
@@ -94,6 +94,6 @@
 def inspect(this, args):
     pass
     #import pdb; pdb.set_trace();
+
 def version(this, args):
     return '1.0'
-
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to