예제 #1
0
 public JsDocument(HostJs je, string jsroot)
 {
     _commlib    = jsroot;
     _runtimelib = jsroot + HostJsConstants.COMPILED_ROOT_PATH;
     _jsroot     = jsroot;
     jse         = je;
 }
예제 #2
0
 public JsDocument(HostJs je, string jsroot, string commlibpath, string runtimelibpath)
 {
     _commlib    = commlibpath;
     _runtimelib = runtimelibpath;
     _jsroot     = jsroot;
     jse         = je;
 }