From a4e6bb268d21f056709beb6672e36390325e3c7d Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 13 Jul 2021 05:04:02 -0400 Subject: delete conflicting/orphaned docs in de (#1422) --- .../global_objects/generatorfunction/index.html | 68 ---------------------- 1 file changed, 68 deletions(-) delete mode 100644 files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html (limited to 'files/de/conflicting/web/javascript/reference/global_objects/generatorfunction') diff --git a/files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html b/files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html deleted file mode 100644 index a488196f60..0000000000 --- a/files/de/conflicting/web/javascript/reference/global_objects/generatorfunction/index.html +++ /dev/null @@ -1,68 +0,0 @@ ---- -title: GeneratorFunction.prototype -slug: conflicting/Web/JavaScript/Reference/Global_Objects/GeneratorFunction -tags: - - ECMAScript 2015 - - GeneratorFunction - - Iterator - - JavaScript - - Property - - Prototype - - Reference -translation_of: Web/JavaScript/Reference/Global_Objects/GeneratorFunction -translation_of_original: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype -original_slug: Web/JavaScript/Reference/Global_Objects/GeneratorFunction/prototype ---- -
{{JSRef}}
- -

Die GeneratorFunction.prototype Eigenschaft repräsentiert den Prototypen des {{jsxref("GeneratorFunction")}} Objektes.

- -

Beschreibung

- -

{{jsxref("GeneratorFunction")}} Objekt erbt von GeneratorFunction.prototype. GeneratorFunction.prototype kann nicht verändert werden.

- -

Eigenschaften

- -
-
GeneratorFunction.constructor
-
Der initiale Wert von {{jsxref("GeneratorFunction")}}.
-
GeneratorFunction.prototype.prototype
-
Der Wert ist %GeneratorPrototype%.
-
- -

Spezifikationen

- - - - - - - - - - - - - - - - - - - -
SpezifikationStatusKommentar
{{SpecName('ES2015', '#sec-generatorfunction.prototype', 'GeneratorFunction.prototype')}}{{Spec2('ES2015')}}Initiale Definition.
{{SpecName('ESDraft', '#sec-generatorfunction.prototype', 'GeneratorFunction.prototype')}}{{Spec2('ESDraft')}} 
- -

Browserkompatibilität

- -
- - -

{{Compat("javascript.builtins.GeneratorFunction.prototype")}}

-
- -

Siehe auch

- - -- cgit v1.2.3-54-g00ecf