JavaScript参考手册
函数 | Function
GeneratorFunction.prototype
GeneratorFunction.prototype属性是GeneratorFunction的原型对象。
描述
GeneratorFunction的实例对象都继承于 GeneratorFunction.prototype.GeneratorFunction.prototype 不能被修改。
属性
GeneratorFunction.constructor初始值是GeneratorFunction.
GeneratorFunction.prototype.prototype值是 %GeneratorPrototype%.
规范
Specification |
Status |
Comment |
|---|---|---|
ECMAScript 2015 (6th Edition, ECMA-262)The definition of 'GeneratorFunction.prototype' in that specification. |
Standard |
Initial definition. |
ECMAScript 2017 Draft (ECMA-262)The definition of 'GeneratorFunction.prototype' in that specification. |
Draft |
|
浏览器兼容性
Feature |
Chrome |
Firefox (Gecko) |
Internet Explorer |
Opera |
Safari |
|---|---|---|---|---|---|
Basic support |
(Yes) |
26 (26) |
? |
? |
? |
Feature |
Android |
Chrome for Android |
Firefox Mobile (Gecko) |
IE Mobile |
Opera Mobile |
Safari Mobile |
|---|---|---|---|---|---|---|
Basic support |
? |
(Yes) |
26 (26) |
? |
? |
? |
函数 | Function相关
JavaScript 是一种高级编程语言,通过解释执行,是一门动态类型,面向对象(基于原型)的解释型语言。它已经由ECMA(欧洲电脑制造商协会)通过 ECMAScript 实现语言的标准化。它被世界上的绝大多数网站所使用,也被世界主流浏览器( Chrome、IE、FireFox、Safari、Opera )支持。JavaScript 是一门基于原型、函数先行的语言,是一门多范式的语言,它支持面向对象编程,命令式编程,以及函数式编程。它提供语法来操控文本、数组、日期以及正则表达式等,不支持 I/O,比如网络
加载中,请稍侯......