nashorn/test/script/basic/NASHORN-385.js.EXPECTED
author sundar
Thu, 09 Jan 2014 19:23:34 +0530
changeset 22379 5181d08e3440
parent 16147 e63b63819133
permissions -rw-r--r--
8031359: Invocable.getInterface() works incorrectly if interface has default methods Reviewed-by: attila, hannesw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16147
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     1
o.foo => undefined
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     2
TypeError: [object JSAdapter] has no such function "func"
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     3
in __get__: foo
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     4
o.foo => foo
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     5
in __put__: bar
e63b63819133 8005403: Open-source Nashorn
jlaskey
parents:
diff changeset
     6
in __call__: func