mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8032681: Issues with Nashorn
Reviewed-by: ahgross, jlaskey, sundar
This commit is contained in:
parent
ea24aa581b
commit
281b87b796
30 changed files with 727 additions and 244 deletions
|
@ -1,9 +1,9 @@
|
|||
R1.run() invoked
|
||||
R2.run() invoked
|
||||
r3.run() invoked
|
||||
r1.class != r2.class: true
|
||||
r2.class == r3.class: true
|
||||
r1.class !== r2.class: true
|
||||
r2.class !== r3.class: true
|
||||
Got exception: java.lang.UnsupportedOperationException
|
||||
Got exception: java.lang.UnsupportedOperationException
|
||||
(new ExtendsList).size() = 0
|
||||
(new ExtendsList(){}).size() = 0
|
||||
(new (Java.extend(ExtendsList)){}).size() = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue