mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8005403: Open-source Nashorn
Co-authored-by: Akhil Arora <akhil.arora@oracle.com> Co-authored-by: Andreas Woess <andreas.woess@jku.at> Co-authored-by: Attila Szegedi <attila.szegedi@oracle.com> Co-authored-by: Hannes Wallnoefer <hannes.wallnoefer@oracle.com> Co-authored-by: Henry Jen <henry.jen@oracle.com> Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com> Co-authored-by: Pavel Semenov <pavel.semenov@oracle.com> Co-authored-by: Pavel Stepanov <pavel.stepanov@oracle.com> Co-authored-by: Petr Hejl <petr.hejl@oracle.com> Co-authored-by: Petr Pisl <petr.pisl@oracle.com> Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com> Reviewed-by: attila, hannesw, lagergren, sundar
This commit is contained in:
parent
958099576a
commit
98762d6ee0
1176 changed files with 188153 additions and 1 deletions
19
nashorn/test/script/sandbox/javaextend.js.EXPECTED
Normal file
19
nashorn/test/script/sandbox/javaextend.js.EXPECTED
Normal file
|
@ -0,0 +1,19 @@
|
|||
TypeError: Can not extend final class jdk.nashorn.internal.test.models.FinalClass.
|
||||
TypeError: Can not extend class jdk.nashorn.internal.test.models.NoAccessibleConstructorClass as it has no public or protected constructors.
|
||||
TypeError: Can not extend/implement non-public class/interface jdk.nashorn.internal.test.models.NonPublicClass.
|
||||
abcdabcd
|
||||
run-object
|
||||
run-fn
|
||||
run-fn-autoconvert
|
||||
overloaded-sam: x, undefined
|
||||
overloaded-sam: x, y
|
||||
oo-plain-hashCode: 5
|
||||
oo-plain-toString: override-object
|
||||
oo-plain-equals : false
|
||||
oo-overridden-hashCode: 6
|
||||
oo-overridden-toString: override-object-overriden
|
||||
oo-overridden-equals : true
|
||||
oo-proto-overridden-hashCode: 7
|
||||
oo-proto-overridden-toString: override-object
|
||||
oo-proto-overridden-equals : true
|
||||
cwa-token
|
Loading…
Add table
Add a link
Reference in a new issue