michael@0: /** michael@0: * Any copyright is dedicated to the Public Domain. michael@0: * http://creativecommons.org/publicdomain/zero/1.0/ michael@0: */ michael@0: // This caused security exceptions in the past, make sure it doesn't! michael@0: var myConstructor = {}.constructor; michael@0: michael@0: // Try to call a function defined in the imported script. michael@0: function importedScriptFunction() { michael@0: }