test/script/basic/NASHORN-148.js.EXPECTED

Wed, 03 Jul 2013 15:46:03 +0200

author
lagergren
date
Wed, 03 Jul 2013 15:46:03 +0200
changeset 407
961cffae0828
parent 0
b1a7da25b547
permissions
-rw-r--r--

8019811: Static calls - self referential functions needed a return type conversion if they were specialized, as they can't use the same mechanism as indy calls
Reviewed-by: sundar, jlaskey

     1 func.x = 3.14
     2 func.arguments[0] = 3.14
     3 func.x = world
     4 func.arguments[0] = world
     5 func.x = changed x
     6 func.arguments[0] = changed x
     7 func.x = changed x
     8 func.arguments[0] = undefined
     9 func.x = changed x
    10 func.arguments[0] = 42
    11 func.x = 33
    12 func.arguments[0] = 42
    13 func2.x = 1
    14 func2.arguments[0] = 3434
    15 func2.y = 3
    16 func2.arguments[1] = 3
    17 func2.y = 54
    18 func2.arguments[1] = 54
    19 func2.y = 67
    20 func2.arguments[1] = 67

mercurial