Oops
authorRoberto Raggi <roberto.raggi@nokia.com>
Fri, 25 May 2012 15:46:29 +0000 (17:46 +0200)
committerRoberto Raggi <roberto.raggi@nokia.com>
Fri, 25 May 2012 15:46:29 +0000 (17:46 +0200)
tests/simple.2.js

index 44f231c64cf5725baac22007840f2092ed4982f7..4a9f966da1584dfd6f12771068604c3a761f36a6 100644 (file)
@@ -17,21 +17,3 @@ function main()
 }
 
 main()
-
-
-print("Object.prototype", Object.prototype)
-print("Boolean.prototype", Boolean.prototype)
-print("Number.prototype", Number.prototype)
-print("String.prototype", String.prototype)
-print("Date.prototype", Date.prototype)
-print("Array.prototype", Array.prototype)
-print("Function.prototype", Function.prototype)
-
-
-print("typeof Object.prototype", typeof(Object.prototype))
-print("typeof Boolean.prototype", typeof(Boolean.prototype))
-print("typeof Number.prototype", typeof(Number.prototype))
-print("typeof String.prototype", typeof(String.prototype))
-print("typeof Date.prototype", typeof(Date.prototype))
-print("typeof Array.prototype", typeof(Array.prototype))
-print("typeof Function.prototype", typeof(Function.prototype))