jdk-24/nashorn/test/script/basic/JDK-8066669.js.EXPECTED

14 lines
172 B
Plaintext
Raw Normal View History

{null=0, 1=2, false=true, foo=bar}
object null
number 1
boolean false
string foo
string bar
number 2
boolean true
number 0
bar
null
null
{null=0, 1=2, false=true, foo=baz}