test/script/basic/list.js.EXPECTED

Wed, 04 Jun 2014 16:39:04 +0530

author
sundar
date
Wed, 04 Jun 2014 16:39:04 +0530
changeset 867
85ad3ce0796f
parent 830
3cb09c560108
child 952
6d5471a497fb
child 1126
0a5ec176e9d8
permissions
-rw-r--r--

8044750: megamorphic getter for scope objects does not call __noSuchProperty__ hook
Reviewed-by: attila, lagergren, hannesw

     1 l.class.name=java.util.ArrayList
     2 l.length=2
     3 l.size()=2
     4 l[0]=foo
     5 l[1]=bar
     6 --for each begin--
     7 foo
     8 bar
     9 --for each end--
    10 l[0]=foo
    11 l[1]=a
    12 l[0.9]=null
    13 l['blah']=null
    14 l[size_name]()=2
    15 java.lang.IndexOutOfBoundsException: Index: 2, Size: 2
    16 java.lang.IndexOutOfBoundsException: Index: Infinity, Size: 2
    17 java.lang.IndexOutOfBoundsException: Index: -Infinity, Size: 2

mercurial