runtime.js
来自「《JavaScript王者归来》examples.rar」· JavaScript 代码 · 共 169 行 · 第 1/3 页
JS
169 行
/*----------------------------------------------------------------------------\| JSVM 2.0 ||-----------------------------------------------------------------------------|| Created by Wan Changhua || (Email,MSN: wch3116@hotmail.com) || For Homolo Co., Ltd. (http://jsvm.org/) ||-----------------------------------------------------------------------------|| An object based javascript framework, targeted at rich web applications, || JSVM (JavaScript Virtual Machine) is implemented in JavaScript. Currently || only internet explorer 5.5 and later and firefox and opera are supported. ||-----------------------------------------------------------------------------|| Copyright (c) 2004 - 2005 Homolo Co., Ltd. ||-----------------------------------------------------------------------------|| || BSD - FreeBSD Copyright Information License || || Permission is hereby granted, free of charge, to any person obtaining a || copy of this software and associated documentation files (the "Software"), || to deal in the Software without restriction, including without limitation || the rights to use, copy, modify, merge, publish, distribute, sublicense, || and/or sell copies of the Software, and to permit persons to whom the || Software is furnished to do so, subject to the following conditions: || || The above copyright notice and this permission notice shall be included || in all copies or substantial portions of the Software. || || This software is provided "as is", without warranty of any kind, express or || implied, including but not limited to the warranties of merchantability, || fitness for a particular purpose and noninfringement. In no event shall the || authors or copyright holders be liable for any claim, damages or other || liability, whether in an action of contract, tort or otherwise, arising || from, out of or in connection with the software or the use or other || dealings in the software. || ||-----------------------------------------------------------------------------|| Dependencies: ../jsre.js, ./kernel.js ||-----------------------------------------------------------------------------|| 2005-01-02 | Renamed filename to jsre.js and updated the version to 2.01. || 2006-02-08 | Fixed JSVM console component and runtime api lib. || 2006-03-05 | Changed strings_prefix to a constant string. || 2006-05-25 | Changed strings_prefix to a uuid string. || 2006-07-04 | Changed regExps_comments for remove all comments of code. ||-----------------------------------------------------------------------------|| Created 2005-01-02 | All changes are in the log above. | Updated 2006-07-04 |\----------------------------------------------------------------------------*//** * JSVM, ext module * @file: runtime.js * @function: load core-apis and define some components * @author: Wan Changhua * @date: 2005.01.02 * */_JSVM_Namespace.runtimeEnvironment.loadModule("runtime", function()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?