< prev index next >

test/script/basic/JDK-8073733.js.EXPECTED

Print this page

        

@@ -1,3 +1,3 @@
-TypeError: Cannot call "func" that has undefined value
-TypeError: Cannot call "foo" that has undefined value
-TypeError: Cannot call "func" that has undefined value
+TypeError: func is not a function
+TypeError: obj.foo is not a function
+TypeError: func is not a function
< prev index next >