nashorn/test/script/basic/JDK-8026302.js.EXPECTED
author lagergren
Thu, 17 Apr 2014 20:01:19 +0200
changeset 24740 26791be09688
parent 20938 e92d8249f60c
permissions -rw-r--r--
8040089: Apply to call transform was incomplete. Now passes all tests and performance is back Reviewed-by: hannesw, attila, sundar, jlaskey
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) {}