nashorn/test/script/basic/nosuchproperty.js.EXPECTED
changeset 16147 e63b63819133
equal deleted inserted replaced
16146:7b62478ee76c 16147:e63b63819133
       
     1 obj.__noSuchProperty__ for foo
       
     2 new obj.__noSuchProperty__ for foo
       
     3 proto.__noSuchProperty__ for foo
       
     4 new proto.__noSuchProperty__ for foo