test/script/basic/JDK-8049086.js.EXPECTED

Tue, 21 Mar 2017 13:41:57 -0700

author
asaha
date
Tue, 21 Mar 2017 13:41:57 -0700
changeset 2160
1df40fe54cd6
parent 1538
82a41eb20242
permissions
-rw-r--r--

Merge

attila@963 1 println is java method? true
attila@963 2 println is script function? false
attila@963 3 getProperty is java method? true
attila@963 4 getProperty is script function? false
attila@963 5 File is java method? true
attila@963 6 File is script function? false
attila@963 7 eval is script function? true
attila@963 8 eval is java method? false
attila@963 9 hello is script function? true
attila@963 10 hello is java method? false
attila@963 11 out is script object? false
attila@963 12 System is script object? false
attila@963 13 Object is script object? true
attila@963 14 {} is script object? true
attila@963 15 /foo/ is script object? true
yan@1538 16 java.lang.String is java function? true
attila@963 17 java.lang.Runnable instance is java function? true
attila@963 18 eval is java function? false
attila@963 19 println is java function? true
attila@963 20 getProperty is java function? true
attila@963 21 callable JSObject is function? true
attila@963 22 Non callable JSObject is function? false
attila@963 23 lock is java object? true
attila@963 24 eval is java object? false
attila@963 25 {} is java object? false
attila@963 26 /foo/ is java object? false
attila@963 27 [] is java object? false
attila@963 28 java.io.File is java object? true
attila@963 29 about to wait..
attila@963 30 new thread
attila@963 31 notifying..
attila@963 32 done waiting!
attila@963 33 about to wait..
attila@963 34 new thread
attila@963 35 notifying..
attila@963 36 done waiting!
attila@963 37 TypeError: 232 is not a function
attila@963 38 TypeError: 232 is not a function
attila@963 39 TypeError: [object Object] is not a function
attila@963 40 TypeError: [object Object] is not a function
attila@963 41 TypeError: [object Array] is not a function
attila@963 42 TypeError: [object Array] is not a function
attila@963 43 TypeError: hello is not a function
attila@963 44 TypeError: hello is not a function
attila@963 45 TypeError: null is not a function
attila@963 46 TypeError: null is not a function
attila@963 47 TypeError: undefined is not a function
attila@963 48 TypeError: undefined is not a function

mercurial