📄 system.js
字号:
*/Date.prototype.getTime=function(){};/** * function getUTCFullYear() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCFullYear=function(){};/** * function getMonth() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getMonth=function(){};/** * function getUTCMonth() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCMonth=function(){};/** * function getDate() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getDate=function(){};/** * function getUTCDate() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCDate=function(){};/** * function getDay() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getDay=function(){};/** * function getUTCDay() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCDay=function(){};/** * function getHours() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getHours=function(){};/** * function getUTCHours() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCHours=function(){};/** * function getMinutes() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getMinutes=function(){};/** * function getUTCMinutes() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCMinutes=function(){};/** * function getSeconds() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getSeconds=function(){};/** * function getUTCSeconds() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCSeconds=function(){};/** * function getMilliseconds() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getMilliseconds=function(){};/** * function getUTCMilliseconds() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getUTCMilliseconds=function(){};/** * function getTimezoneOffset() * @class Date * @type Number * @return Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.getTimezoneOffset=function(){};/** * function setTime(value) * @class Date * @type Number * @return Number * @param value Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setTime=function(value){};/** * function setMilliseconds(value) * @class Date * @type Number * @return Number * @param value Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setMilliseconds=function(value){};/** * function setUTCMilliseconds(value) * @class Date * @type Number * @return Number * @param ms Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setUTCMilliseconds=function(ms){};/** * function setSeconds(sec,ms) * @class Date * @type Number * @return Number * @param sec Number * @param ms Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setSeconds=function(sec,ms){};/** * function setUTCSeconds(sec,ms) * @class Date * @type Number * @return Number * @param sec Number * @param ms Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setUTCSeconds=function(sec,ms){};/** * function setMinutes(min,sec,ms) * @class Date * @type Number * @return Number * @param min Number * @param sec Number * @param ms Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setMinutes=function(min,sec,ms){};/** * function setUTCMinute(min,sec,ms) * @class Date * @type Number * @return Number * @param min Number * @param sec Number * @param ms Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setUTCMinute=function(min,sec,ms){};/** * function setHours(hour, min,sec,ms) * @class Date * @type Number * @return Number * @param hour Number * @param min Number * @param sec Number * @param ms Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setHours=function(hour,min,sec,ms){};/** * function setUTCHours(hour, min,sec,ms) * @class Date * @type Number * @return Number * @param hour Number * @param min Number * @param sec Number * @param ms Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setUTCHours=function(hour,min,sec,ms){};/** * function setDate(date) * @class Date * @type Number * @return Number * @param date Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setDate=function(date){};/** * function setUTCDate(date) * @class Date * @type Number * @return Number * @param date Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setUTCDate=function(date){};/** * function setMonth(month,date) * @class Date * @type Date * @return Date * @param date Number * @param month Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setMonth=function(month,date){};/** * function setUTCMonth(month,date) * @class Date * @type Date * @return Date * @param date Number * @param month Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setUTCMonth=function(month,date){};/** * function setFullYear(month,date) * @class Date * @type Date * @return Date * @param date Number * @param month Number * @param year Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setFullYear=function(year, month,date){};/** * function setUTCFullYear(month,date) * @class Date * @type Date * @return Date * @param date Number * @param month Number * @param year Number * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Date.prototype.setUTCFullYear=function(year, month,date){};/** * Object Global * @super Object * @constructor * @class Global * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */function Global(){};Global.prototype=new Object();/** * Property NaN * @class Global * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Global.prototype.NaN=0;/** * Property Infinity * @class Global * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Global.prototype.Infinity=0;/** * Property Undefined * @class Global * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Global.prototype.Undefined=0;/** * function eval(s) * @class Global * @param s String * @type Object * @return Object; * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html *///@GINO: Bug 197987 (Temp Fix)/** * Property debugger * @class Global * @description Debugger keyword */Global.prototype.debugger=null;Global.prototype.eval=function(s){};/** * function parseInt(s,radix) * @class Global * @param s String * @param radix Number * @type Number * @return Number; * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Global.prototype.parseInt=function(s,radix){};/** * function parseFloat(s) * @class Global * @param s String * @type Object * @return Object; * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Global.prototype.parseFloat=function(s){};/** * function isNaN(number) * @class Global * @param number String * @type Boolean * @return Boolean; * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Global.prototype.isNaN=function(number){};/** * function isFinite(number) * @class Global * @param number String * @type Boolean * @return Boolean; * @since Standard ECMA-262 3rd. Edition * @since Level 2 Document Object Model Core Definition. * @link http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/ecma-script-binding.html */Global.prototype.isFinite=function(number){};/** * Object Math(\s) * @super Object * @constructor
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -