nashorn/test/script/basic/JDK-8023630.js.EXPECTED
author sundar
Thu, 13 Mar 2014 15:58:24 +0530
changeset 23374 f470afc89c6c
parent 19627 90d910ec15a3
permissions -rw-r--r--
8015958: DataView constructor is not defined Reviewed-by: attila, hannesw, lagergren
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19627
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     1
ABCDEFGHIJKLMNO
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     2
cw_super has hashCode(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     3
cw_super has super equals(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     4
cw_super has no getClass(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     5
cw_super has no wait(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     6
r_super has no run(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     7
r_super has hashCode(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     8
r_super has equals(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
     9
r_super has no getClass(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    10
r_super has no wait(): true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    11
cw_super can access write through [] getter: true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    12
cw_super can access hashCode through [] getter: true
90d910ec15a3 8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff changeset
    13
cw_super can not access getClass through [] getter: true