代码搜索:JSVM
找到约 917 项符合「JSVM」的源代码
代码结果 917
www.eeworm.com/read/279350/10445734
doc jsvm_softwaremanual.doc
www.eeworm.com/read/406717/2274409
py jsvm_mvc_config.py
"""
This file provides functions to create a JSVM configuration file
for the JSVM reference software. The main function to use
is MakeConfigFile
"""
import string
class ConfigFile:
"
www.eeworm.com/read/427626/1969528
txt jsvm2 新增特性.txt
Version JSVM 2.03.060517
-------------------------
1.重构了 core module 的加载方式 (并对原先的方式保持兼容)
2.新增了 akira 的 javascript2 的语法解析器
3.新增了 w3c dom level2 lib
Version JSVM 2.03.060525
--------------
www.eeworm.com/read/115892/6116313
js config.js
// Description: js.lang.Config 类,重新定义JSVM的相关配置 V1.0
// Author: Changhua.Wan
// Version: 2004.03.06.01
_package("js.lang");
_import("js.lang.Object");
_import("js.lang.ClassLoader");
functi