nashorn/test/script/basic/JDK-8026302.js.EXPECTED
author sundar
Thu, 13 Mar 2014 15:58:24 +0530
changeset 23374 f470afc89c6c
parent 20938 e92d8249f60c
permissions -rw-r--r--
8015958: DataView constructor is not defined Reviewed-by: attila, hannesw, lagergren
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20938
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     1
get "foo"() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     2
set "foo"(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     3
get bar() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     4
set bar(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     5
get ":"() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     6
set ":"(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     7
get 12() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     8
set 12(x) {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
     9
get 1.8e-8() {}
e92d8249f60c 8026302: source representation of getter and setter methods is wrong
sundar
parents:
diff changeset
    10
set 1.8e-8(x) {}