< prev index next >

test/script/basic/NASHORN-75.js.EXPECTED

Print this page


   1 TypeError: [RegExp /a|b/g] is not a function
   2 TypeError: [String hello] is not a function
   3 TypeError: [object Object] is not a function
   1 TypeError: RegExp("a|b", "g") is not a function
   2 TypeError: new String("hello") is not a function
   3 TypeError: new Object() is not a function
< prev index next >