< prev index next >

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

Print this page

        

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