nashorn/test/script/basic/calllink.js.EXPECTED
author hannesw
Mon, 15 Sep 2014 17:51:11 +0200
changeset 26648 9a64e15eff37
parent 16147 e63b63819133
permissions -rw-r--r--
8056978: ClassCastException: cannot cast jdk.nashorn.internal.scripts.JO* Reviewed-by: jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     1
obj1.func called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
obj2.func called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     3
no such method: func
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     4
obj4's prototype func called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     5
MyConstructor.prototype.func
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     6
MyConstructor.prototype.func
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     7
obj1.func called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     8
obj2.func called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     9
new obj3.func called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    10
new obj4.func called
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    11
all new MyConstructor.prototype.func
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
    12
all new MyConstructor.prototype.func