diff options
| author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:29:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 18:29:11 +0100 |
| commit | 890776270440331dcd24d34dc5e1cef2167aa70a (patch) | |
| tree | 592d1460ade83ad936206ce715a50a1d04b877c7 /files/uk/web/javascript/reference/global_objects/generatorfunction | |
| parent | 68329ed10215ae1e07a55115afe41caf0506a178 (diff) | |
| parent | 426f4cc81396745a22d263792cfc3974245dd9e8 (diff) | |
| download | translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.tar.gz translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.tar.bz2 translated-content-890776270440331dcd24d34dc5e1cef2167aa70a.zip | |
Merge pull request #60 from fiji-flo/unslugging-uk
Unslugging uk
Diffstat (limited to 'files/uk/web/javascript/reference/global_objects/generatorfunction')
| -rw-r--r-- | files/uk/web/javascript/reference/global_objects/generatorfunction/prototype/index.html | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/files/uk/web/javascript/reference/global_objects/generatorfunction/prototype/index.html b/files/uk/web/javascript/reference/global_objects/generatorfunction/prototype/index.html deleted file mode 100644 index 0c20812347..0000000000 --- a/files/uk/web/javascript/reference/global_objects/generatorfunction/prototype/index.html +++ /dev/null @@ -1,66 +0,0 @@ ---- -title: GeneratorFunction.prototype -slug: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype -tags: - - ECMAScript 2015 - - GeneratorFunction - - JavaScript - - Ітератор - - Властивість - - прототип -translation_of: Web/JavaScript/Reference/Global_Objects/GeneratorFunction -translation_of_original: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype ---- -<div>{{JSRef}}</div> - -<p>Властивість <code><strong>GeneratorFunction.prototype</strong></code> відображає прототип {{jsxref("GeneratorFunction")}}.</p> - -<h2 id="Опис">Опис</h2> - -<p>Об'єкти {{jsxref("GeneratorFunction")}} успадковуються від <code>GeneratorFunction.prototype</code>. <code>GeneratorFunction.prototype</code> не можна змінювати.</p> - -<h2 id="Властивості">Властивості</h2> - -<dl> - <dt><code><strong>GeneratorFunction.constructor</strong></code></dt> - <dd>Початковим значенням є {{jsxref("GeneratorFunction")}}.</dd> - <dt><code><strong>GeneratorFunction.prototype.prototype</strong></code></dt> - <dd>Значення дорівнює <code>%GeneratorPrototype%</code>.</dd> -</dl> - -<h2 id="Специфікації">Специфікації</h2> - -<table class="standard-table"> - <tbody> - <tr> - <th scope="col">Специфікація</th> - <th scope="col">Статус</th> - <th scope="col">Коментар</th> - </tr> - <tr> - <td>{{SpecName('ES2015', '#sec-generatorfunction.prototype', 'GeneratorFunction.prototype')}}</td> - <td>{{Spec2('ES2015')}}</td> - <td>Початкове визначення.</td> - </tr> - <tr> - <td>{{SpecName('ESDraft', '#sec-generatorfunction.prototype', 'GeneratorFunction.prototype')}}</td> - <td>{{Spec2('ESDraft')}}</td> - <td></td> - </tr> - </tbody> -</table> - -<h2 id="Сумісність_з_веб-переглядачами">Сумісність з веб-переглядачами</h2> - -<div> - - -<p>{{Compat("javascript.builtins.GeneratorFunction.prototype")}}</p> -</div> - -<h2 id="Див._також">Див. також</h2> - -<ul> - <li>{{jsxref("GeneratorFunction")}}</li> - <li>{{jsxref("Function")}}</li> -</ul> |
