test/script/basic/optimistic_check_type.js.EXPECTED

Wed, 05 Sep 2018 01:21:35 -0700

author
diazhou
date
Wed, 05 Sep 2018 01:21:35 -0700
changeset 2374
037913b52507
parent 963
e2497b11a021
permissions
-rw-r--r--

Added tag jdk8u192-b09 for changeset 456c0d45c43b

attila@963 1 ternary operator: int
attila@963 2 ternary operator: int
attila@963 3 ternary operator: double
attila@963 4 ternary operator: int
attila@963 5 ternary operator: undefined
attila@963 6 ternary operator: boolean
attila@963 7 ternary operator: undefined
attila@963 8 ternary operator: int
attila@963 9 global double toFixed(): object
attila@963 10 global double toPrecision() divided by 1: double
attila@963 11 global double toExponential(): object
attila@963 12 member object: object
attila@963 13 member undefined: undefined
attila@963 14 conditional on array member: double
attila@963 15 conditional on array member: int
attila@963 16 conditional on array member: object
attila@963 17 conditional on array member: int
attila@963 18 outer local variable: int
attila@963 19 global variable: int
attila@963 20 outer local int multiplication by outer local int: int
attila@963 21 global int multiplication by global undefined: double
attila@963 22 local undefined: undefined
attila@963 23 local undefined addition local undefined: double
attila@963 24 local undefined multiplication by undefined: double
attila@963 25 local undefined AND local undefined: undefined
attila@963 26 global true OR local undefined: boolean
attila@963 27 outer local true addition local int: double
attila@963 28 global int addition outer local true: double
attila@963 29 outer local true multiplication by outer local int: double
attila@963 30 outer local int multiplication by global undefined: double

mercurial