Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 31fa3a3be7f8933918e7441f1aa6f46d92aefba7 (plain) (blame)
1
/*******************************************************************************
 * Copyright (c) 2007, 2008 IBM Corporation and others.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     IBM Corporation - initial API and implementation
 ******************************************************************************
 *
 **/
/**
  * Object rules()
  * @type rules
  * @super Array
  * @memberOf rules
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms531199.aspx
*/

function rules(){};
rules.prototype= new Array();
/**
  * Property length
  * @type Number
  * @return Number
  * @memberOf rules
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534101.aspx
*/

rules.prototype.length=0;
/**
  * Property TF-8"
  * @type TF-8"
  * @return TF-8"
  * @memberOf rules
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536510.aspx
*/

rules.prototype.TF-8"= new TF-8"();
/**
  * Property TF-8"
  * @type TF-8"
  * @return TF-8"
  * @memberOf rules
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536510.aspx
*/

rules.prototype.TF-8"= new TF-8"();

Back to the top