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

changeset 0
b1a7da25b547
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/script/basic/JDK-8019783.js.EXPECTED	Wed Apr 27 01:36:41 2016 +0800
     1.3 @@ -0,0 +1,9 @@
     1.4 +typeof(java.lang.System.exit) =  function
     1.5 +typeof(java.lang.System['exit']) =  function
     1.6 +typeof(java.lang.System['exit(int)']) =  function
     1.7 +typeof(java.security.AccessController.doPrivileged) =  function
     1.8 +typeof(java.security.AccessController['doPrivileged']) =  function
     1.9 +typeof(global.Object) = function
    1.10 +typeof(new global.Object()) = object
    1.11 +typeof(engineGlobal.Object) = function
    1.12 +typeof(new engineGlobal.Object()) = object

mercurial