test/script/basic/JDK-8023368.js

changeset 537
b5ff11e00050
parent 513
b7c04b3b01a7
child 952
6d5471a497fb
equal deleted inserted replaced
533:101606d3eb84 537:b5ff11e00050
25 * JDK-8023368: Instance __proto__ property should exist and be writable. 25 * JDK-8023368: Instance __proto__ property should exist and be writable.
26 * 26 *
27 * @test 27 * @test
28 * @run 28 * @run
29 */ 29 */
30
31 load("nashorn:mozilla_compat.js");
32 30
33 // function to force same callsites 31 // function to force same callsites
34 function check(obj) { 32 function check(obj) {
35 print(obj.func()); 33 print(obj.func());
36 print(obj.x); 34 print(obj.x);

mercurial