jdk-24/nashorn/test/script/basic/NASHORN-148.js.EXPECTED
Jim Laskey 98762d6ee0 8005403: Open-source Nashorn
Co-authored-by: Akhil Arora <akhil.arora@oracle.com>
Co-authored-by: Andreas Woess <andreas.woess@jku.at>
Co-authored-by: Attila Szegedi <attila.szegedi@oracle.com>
Co-authored-by: Hannes Wallnoefer <hannes.wallnoefer@oracle.com>
Co-authored-by: Henry Jen <henry.jen@oracle.com>
Co-authored-by: Marcus Lagergren <marcus.lagergren@oracle.com>
Co-authored-by: Pavel Semenov <pavel.semenov@oracle.com>
Co-authored-by: Pavel Stepanov <pavel.stepanov@oracle.com>
Co-authored-by: Petr Hejl <petr.hejl@oracle.com>
Co-authored-by: Petr Pisl <petr.pisl@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: attila, hannesw, lagergren, sundar
2012-12-21 16:36:24 -04:00

21 lines
402 B
Plaintext

func.x = 3.14
func.arguments[0] = 3.14
func.x = world
func.arguments[0] = world
func.x = changed x
func.arguments[0] = changed x
func.x = changed x
func.arguments[0] = undefined
func.x = changed x
func.arguments[0] = 42
func.x = 33
func.arguments[0] = 42
func2.x = 1
func2.arguments[0] = 3434
func2.y = 3
func2.arguments[1] = 3
func2.y = 54
func2.arguments[1] = 54
func2.y = 67
func2.arguments[1] = 67