public JsDocument(HostJs je, string jsroot) { _commlib = jsroot; _runtimelib = jsroot + HostJsConstants.COMPILED_ROOT_PATH; _jsroot = jsroot; jse = je; }
public JsDocument(HostJs je, string jsroot, string commlibpath, string runtimelibpath) { _commlib = commlibpath; _runtimelib = runtimelibpath; _jsroot = jsroot; jse = je; }