nashorn/test/script/basic/nosuchproperty.js.EXPECTED
author sundar
Mon, 24 Jun 2013 19:06:01 +0530
changeset 18614 addca7a10167
parent 16147 e63b63819133
permissions -rw-r--r--
8015959: Can't call foreign constructor Reviewed-by: jlaskey, hannesw

obj.__noSuchProperty__ for foo
new obj.__noSuchProperty__ for foo
proto.__noSuchProperty__ for foo
new proto.__noSuchProperty__ for foo