nashorn/test/script/basic/nosuchproperty.js.EXPECTED
author attila
Wed, 04 Jun 2014 20:43:37 +0200
changeset 24782 82c9c92e3733
parent 16147 e63b63819133
permissions -rw-r--r--
8038413: NPE in unboxInteger Reviewed-by: jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     1
obj.__noSuchProperty__ for foo
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
new obj.__noSuchProperty__ for foo
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     3
proto.__noSuchProperty__ for foo
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     4
new proto.__noSuchProperty__ for foo