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

changeset 1515
4db30ae9ff23
parent 0
b1a7da25b547
equal deleted inserted replaced
1513:9d2a2e4b4aad 1515:4db30ae9ff23
1 TypeError: [RegExp /a|b/g] is not a function 1 TypeError: RegExp("a|b", "g") is not a function
2 TypeError: [String hello] is not a function 2 TypeError: new String("hello") is not a function
3 TypeError: [object Object] is not a function 3 TypeError: new Object() is not a function

mercurial