nashorn/test/script/basic/JDK-8019783.js.EXPECTED
author sundar
Fri, 05 Jul 2013 14:38:04 +0530 (2013-07-05)
changeset 18851 bdb92c95f886
parent 18839 adc14dc1ca96
permissions -rw-r--r--
8019947: inherited property invalidation does not work with two globals in same context Reviewed-by: jlaskey, lagergren, hannesw, attila
typeof(java.lang.System.exit) =  function
typeof(java.lang.System['exit']) =  function
typeof(java.lang.System['exit(int)']) =  function
typeof(java.security.AccessController.doPrivileged) =  function
typeof(java.security.AccessController['doPrivileged']) =  function
typeof(global.Object) = function
typeof(new global.Object()) = object
typeof(engineGlobal.Object) = function
typeof(new engineGlobal.Object()) = object